From ce0d1dfe1be7d3b015250152af1b19e8b652a213 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Sun, 28 Jul 2024 16:55:49 +0200 Subject: [PATCH] Add GitHub Actions to Dependabot (#3834) Add GitHub Issues label to NPM package upgrades. --- .github/dependabot.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index e12272ce3..8da378245 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,6 +1,15 @@ version: 2 updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + groups: + github-actions: + patterns: + - "*" + - package-ecosystem: npm directory: src/platform_impl/web/script schedule: @@ -9,3 +18,5 @@ updates: github-actions: patterns: - '*' + labels: + - "DS - web"