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 14, 2023
1 parent aa1506a commit cf50a4d
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 @@ -5,3 +5,7 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly

0 comments on commit cf50a4d

Please sign in to comment.