Skip to content

Commit

Permalink
Add GitHub Actions to Dependabot (#3834)
Browse files Browse the repository at this point in the history
Add GitHub Issues label to NPM package upgrades.
  • Loading branch information
daxpedda authored Jul 28, 2024
1 parent 7892e86 commit ce0d1df
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -9,3 +18,5 @@ updates:
github-actions:
patterns:
- '*'
labels:
- "DS - web"

0 comments on commit ce0d1df

Please sign in to comment.