We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbff35 commit 71f0e99Copy full SHA for 71f0e99
2 files changed
.github/dependabot.yml
@@ -5,10 +5,10 @@ updates:
5
schedule:
6
interval: "monthly"
7
cooldown:
8
- default-days: 4
+ default-days: 7
9
- package-ecosystem: "github-actions"
10
directory: "/"
11
12
13
14
renovate.json
@@ -3,7 +3,7 @@
3
"extends": [
4
"config:recommended"
],
- "minimumReleaseAge": "4 days",
+ "minimumReleaseAge": "7 days",
"schedule": ["on the 20th day of the month"],
"vulnerabilityAlerts": {
"schedule": ["at any time"],
0 commit comments