Add GitHub Actions to Dependabot (#3834)
Add GitHub Issues label to NPM package upgrades.
This commit is contained in:
parent
7892e86731
commit
ce0d1dfe1b
1 changed files with 11 additions and 0 deletions
11
.github/dependabot.yaml
vendored
11
.github/dependabot.yaml
vendored
|
|
@ -1,6 +1,15 @@
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
updates:
|
updates:
|
||||||
|
- package-ecosystem: github-actions
|
||||||
|
directory: /
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
groups:
|
||||||
|
github-actions:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directory: src/platform_impl/web/script
|
directory: src/platform_impl/web/script
|
||||||
schedule:
|
schedule:
|
||||||
|
|
@ -9,3 +18,5 @@ updates:
|
||||||
github-actions:
|
github-actions:
|
||||||
patterns:
|
patterns:
|
||||||
- '*'
|
- '*'
|
||||||
|
labels:
|
||||||
|
- "DS - web"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue