Skip to content

Commit

Permalink
feat(ci): Update depbot to check GH actions (#761)
Browse files Browse the repository at this point in the history
feat: Update depbot to check GH actions
  • Loading branch information
bsmth authored Sep 9, 2024
1 parent e577bd0 commit f1ba782
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
version: 2

updates:
- package-ecosystem: "npm"
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
labels:
- "automated pr"
- "dependencies"
- "javascript"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "automated pr"
- "dependencies"
- "github actions"

0 comments on commit f1ba782

Please sign in to comment.