summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
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: |