Skip to content

Commit

Permalink
ci: add github-actions ecosystem to dependabot
Browse files Browse the repository at this point in the history
This will let dependabot open PRs for workflow action updates in
addition to cargo dep. updates.
  • Loading branch information
cpu authored and chifflier committed Apr 10, 2024
1 parent 2c59657 commit 26f6751
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly

0 comments on commit 26f6751

Please sign in to comment.