Skip to content

Commit c4034ba

Browse files
Add GitHub actions to dependabot workflow (#3168)
I realized in #3167 that we we're running an older `actions/checkout@v6` version. Then I remembered we can have dependabot keeping these actions up to date for us.
1 parent 561862b commit c4034ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,11 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8+
9+
- package-ecosystem: "github-actions"
10+
directory: "/"
11+
schedule:
12+
interval: weekly
13+
time: "02:00"
14+
timezone: "Etc/UTC"
815

0 commit comments

Comments
 (0)