Skip to content

Commit bf65b0e

Browse files
committed
chore: add dependabot cooldown
1 parent 7d3411a commit bf65b0e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,26 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
cooldown:
8+
default-days: 4
79
pull-request-branch-name:
810
separator: "-"
911
- package-ecosystem: "pip"
1012
directory: "/"
1113
open-pull-requests-limit: 10
1214
schedule:
1315
interval: "daily"
16+
cooldown:
17+
default-days: 4
1418
pull-request-branch-name:
1519
separator: "-"
1620
# Custom settings
1721
- package-ecosystem: "github-actions"
1822
directory: "/"
1923
schedule:
2024
interval: "weekly"
25+
cooldown:
26+
default-days: 4
2127
target-branch: "gh-pages"
2228
pull-request-branch-name:
2329
separator: "-"
24-

0 commit comments

Comments
 (0)