summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-19 10:30:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-19 10:31:02 +0000
commit10985cae8ff424108524bbb7995b8cab82a4ebef (patch)
treee5719077db4d92b67c28d1e76cf7d736e56c4f5f /.github
parentReleasing debian version 1.6.3+20210924-1. (diff)
downloadttyd-10985cae8ff424108524bbb7995b8cab82a4ebef.tar.xz
ttyd-10985cae8ff424108524bbb7995b8cab82a4ebef.zip
Merging upstream version 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: |