We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a85dce + 5e6e27a commit dff0689Copy full SHA for dff0689
.github/dependabot.yml
@@ -1,16 +1,20 @@
1
version: 2
2
updates:
3
-- package-ecosystem: cargo
4
- directory: "/"
5
- schedule:
6
- interval: weekly
7
- day: saturday
8
- time: '01:00'
9
- open-pull-requests-limit: 20
10
-- package-ecosystem: github-actions
11
12
13
14
15
16
+ - package-ecosystem: cargo
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "01:00"
+ cooldown:
+ default-days: 7
+ open-pull-requests-limit: 20
+ - package-ecosystem: github-actions
17
18
19
20
0 commit comments