Skip to content

Commit

Permalink
CI: configure Dependabot to monitor GitHub actions.
Browse files Browse the repository at this point in the history
This commit updates the existing `.github/dependabot.yml` config that
monitors Cargo dependencies to also monitor GitHub actions (on a weekly
cadence).
  • Loading branch information
cpu authored and djc committed Mar 16, 2023
1 parent aa4fe55 commit e605723
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10

0 comments on commit e605723

Please sign in to comment.