Skip to content

Commit cf50a4d

Browse files
cpudjc
authored andcommitted
CI: configure Dependabot to monitor GitHub actions.
This commit updates the existing `.github/dependabot.yml` config that monitors Cargo dependencies to also monitor GitHub actions (on a weekly cadence).
1 parent aa1506a commit cf50a4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8+
- package-ecosystem: github-actions
9+
directory: "/"
10+
schedule:
11+
interval: weekly

0 commit comments

Comments
 (0)