Add GitHub Actions to Dependabot (#3834)

Add GitHub Issues label to NPM package upgrades.
This commit is contained in:
daxpedda
2024-07-28 16:55:49 +02:00
committed by GitHub
parent 7892e86731
commit ce0d1dfe1b

View File

@@ -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"