Skip to content

Commit

Permalink
Merge pull request #177 from digital-blueprint/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
lazka authored Dec 17, 2024
2 parents 2c976ef + 4705963 commit 486b68f
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 486b68f

Please sign in to comment.