Skip to content

Commit 828a443

Browse files
committed
✨ chore: add cooldown settings for package updates in dependabot configuration
1 parent 981ba34 commit 828a443

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,23 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
cooldown:
8+
default-days: 5
9+
semver-major-days: 7
710

811
- package-ecosystem: "pip"
912
directory: "/"
1013
schedule:
1114
interval: "weekly"
15+
cooldown:
16+
default-days: 5
17+
semver-major-days: 7
1218

1319
- package-ecosystem: "github-actions"
1420
directory: "/"
1521
schedule:
1622
interval: "weekly"
23+
cooldown:
24+
default-days: 5
25+
semver-major-days: 7
26+

0 commit comments

Comments
 (0)