We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0061494 + b5abe4c commit 5014346Copy full SHA for 5014346
1 file changed
.github/dependabot.yml .github/dependabot.yaml.github/dependabot.yml renamed to .github/dependabot.yaml
@@ -3,7 +3,9 @@ updates:
3
- package-ecosystem: "github-actions"
4
directory: "/"
5
schedule:
6
- interval: "monthly"
+ interval: "semiannually"
7
+ cooldown:
8
+ default-days: 20
9
groups:
10
github-actions:
11
patterns:
@@ -13,6 +15,6 @@ updates:
13
15
- package-ecosystem: "pip"
14
16
directory: "/requirements/"
17
18
19
ignore:
20
- dependency-name: "*"
0 commit comments