Skip to content

Commit 3011e4b

Browse files
committed
chore: update dependabot cooldown default-days from 5 to 7
1 parent 9af86ac commit 3011e4b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,21 @@ updates:
55
schedule:
66
interval: "weekly"
77
cooldown:
8-
default-days: 5
8+
default-days: 7
99
semver-major-days: 7
1010

1111
- package-ecosystem: "pip"
1212
directory: "/"
1313
schedule:
1414
interval: "weekly"
1515
cooldown:
16-
default-days: 5
16+
default-days: 7
1717
semver-major-days: 7
1818

1919
- package-ecosystem: "github-actions"
2020
directory: "/"
2121
schedule:
2222
interval: "weekly"
2323
cooldown:
24-
default-days: 5
24+
default-days: 7
2525
semver-major-days: 7
26-

0 commit comments

Comments
 (0)