You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/dependabot.yml
+5-11Lines changed: 5 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,17 @@ updates:
6
6
separator: "-"
7
7
schedule:
8
8
interval: "weekly"
9
-
# Create separate pull requests for major vs minor/patch version updates, as major bumps will likely introduce breaking changes
9
+
cooldown:
10
+
default-days: 7
11
+
# Create separate pull requests for major vs minor/patch version updates, as major bumps will likely introduce breaking changes and Dependabot will put each one in its own PR.
0 commit comments