Skip to content

Commit

Permalink
chore(config): migrate config renovate.json (GoogleCloudPlatform#3911)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 29, 2024
1 parent 5c5f335 commit d56b312
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
{
"extends": [
"config:base",
"config:semverAllMonthly"
],
"extends": ["config:recommended", "config:semverAllMonthly"],
"baseBranches": ["main"],
"ignorePaths": [
"**/flexible_nodejs16_and_earlier/**"
],
"ignorePaths": ["**/flexible_nodejs16_and_earlier/**"],
"packageRules": [
{
"matchUpdateTypes": ["major"],
Expand All @@ -19,19 +14,19 @@
"enabled": false
},
{
"groupName": "GitHub Actions",
"matchManagers": ["github-actions"],
"pinDigests": true,
"groupName": "GitHub Actions",
"matchManagers": ["github-actions"],
"pinDigests": true
}
],
"force": {
"constraints": {
"node": "< 15.0.0"
}
},
"dependencyDashboardAutoclose": true,
"dependencyDashboardAutoclose": true,
"schedule": "after 11am every 3 weeks on Monday",
"stabilityDays": 15,
"pinVersions": false,
"rebaseStalePrs": true
"minimumReleaseAge": "15 days",
"rangeStrategy": "replace",
"rebaseWhen": "behind-base-branch"
}

0 comments on commit d56b312

Please sign in to comment.