Skip to content

Commit 97936e9

Browse files
claudedeviantintegral
authored andcommitted
chore(renovate): auto-merge all updates after 3 days
Update Renovate configuration to automatically merge all dependency updates after a 3-day stabilization period using minimumReleaseAge.
1 parent 949774f commit 97936e9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

renovate.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@
55
],
66
"packageRules": [
77
{
8-
"matchUpdateTypes": [
9-
"minor",
10-
"patch"
11-
],
12-
"matchCurrentVersion": "!/^0/",
13-
"automerge": true
8+
"matchPackagePatterns": ["*"],
9+
"automerge": true,
10+
"minimumReleaseAge": "3 days"
1411
}
1512
],
1613
"customManagers": [

0 commit comments

Comments
 (0)