Skip to content

Commit 5014346

Browse files
authored
Reduce Dependabot toil; configure cooldowns (#1367)
2 parents 0061494 + b5abe4c commit 5014346

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "monthly"
6+
interval: "semiannually"
7+
cooldown:
8+
default-days: 20
79
groups:
810
github-actions:
911
patterns:
@@ -13,6 +15,6 @@ updates:
1315
- package-ecosystem: "pip"
1416
directory: "/requirements/"
1517
schedule:
16-
interval: "monthly"
18+
interval: "semiannually"
1719
ignore:
1820
- dependency-name: "*"

0 commit comments

Comments
 (0)