Skip to content

Commit

Permalink
chore(config): migrate config .renovaterc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 2c976ef commit 4705963
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
{
"extends": [
"config:base",
"config:recommended",
"group:allNonMajor",
"schedule:weekends",
":automergePatch"
],
"ignorePresets": [":prHourlyLimit2"],
"ignorePresets": [
":prHourlyLimit2"
],
"rangeStrategy": "update-lockfile",
"lockFileMaintenance": {
"enabled": true
},
"constraintsFiltering": "strict",
"packageRules": [
{
"matchPackageNames": ["api-platform/core"],
"matchPackageNames": [
"api-platform/core"
],
"allowedVersions": "<4"
}
]
Expand Down

0 comments on commit 4705963

Please sign in to comment.