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.
1 parent f5f547e commit da79432Copy full SHA for da79432
.github/dependabot.yml
@@ -2,13 +2,19 @@ version: 2
2
updates:
3
- package-ecosystem: "github-actions"
4
directory: "/"
5
- schedule: { interval: "weekly", day: "saturday", time: "06:00" }
6
- open-pull-requests-limit: 5
+ schedule:
+ interval: "weekly"
7
+ day: "saturday"
8
+ time: "06:00"
9
- package-ecosystem: "npm"
10
- schedule: { interval: "weekly", day: "saturday", time: "06:15" }
11
12
13
14
+ time: "06:15"
15
- package-ecosystem: "pip"
16
- schedule: { interval: "weekly", day: "saturday", time: "06:30" }
17
18
19
20
+ time: "06:30"
0 commit comments