Skip to content

Commit

Permalink
add github action updates to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
slemke committed Jun 30, 2024
1 parent 4775980 commit 1768d87
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
groups:
eslint:
patterns:
- "*eslint*"
- "*eslint*"

0 comments on commit 1768d87

Please sign in to comment.