Skip to content

Commit c56549f

Browse files
Add Dependabot config for GitHub Actions (#1265)
Upgrades GitHub Actions automatically
1 parent 7a0fc61 commit c56549f

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
version: 2
22
updates:
3-
- package-ecosystem: cargo
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
time: '13:00'
8-
open-pull-requests-limit: 10
3+
- package-ecosystem: cargo
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
- package-ecosystem: github-actions
9+
directory: "/"
10+
schedule:
11+
interval: weekly
12+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)