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 5e5803f commit 4a0ed3cCopy full SHA for 4a0ed3c
1 file changed
.github/dependabot.yml
@@ -3,11 +3,21 @@ updates:
3
- package-ecosystem: pip
4
directory: "/"
5
schedule:
6
- interval: daily
7
- time: "10:00"
+ interval: "weekly"
8
open-pull-requests-limit: 10
+ cooldown:
9
+ default-days: 7
10
+ groups:
11
+ pip-dependencies:
12
+ patterns:
13
+ - "*"
14
- package-ecosystem: "github-actions"
15
16
- # Check for updates to GitHub Actions every weekday
- interval: "daily"
17
18
19
20
21
+ github-actions-dependencies:
22
23
0 commit comments