summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-19 10:30:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-19 10:30:34 +0000
commit0f295de137af54c84b4b3c447ee1c4f1f764d1fa (patch)
tree91ed46ecc714dea4c4c9922d264775db56e5b7ac /.github
parentAdding upstream version 1.6.3+20210924. (diff)
downloadttyd-0f295de137af54c84b4b3c447ee1c4f1f764d1fa.tar.xz
ttyd-0f295de137af54c84b4b3c447ee1c4f1f764d1fa.zip
Adding upstream version 1.6.3+20220719.upstream/1.6.3+20220719
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml3
-rw-r--r--.github/workflows/backend.yml2
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 4d81a04..cbbda6f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -3,7 +3,8 @@ updates:
- package-ecosystem: npm
directory: "/html"
schedule:
- interval: weekly
+ interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: gts
+ - dependency-name: webpack-dev-server
diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index 7d917ac..55b60e0 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
- lws-version: [4.2.1, 3.2.3]
+ lws-version: [4.3.2, 3.2.3]
steps:
- name: Install packages
run: |