Skip to content

Commit

Permalink
Merge pull request #1599 from ministryofjustice/renovate-migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
andrewpearce-digital authored Nov 5, 2024
2 parents c536d42 + b843cfd commit c6f10e8
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
"schedule:earlyMondays"
],
"branchPrefix": "renovate-",
Expand All @@ -16,7 +16,9 @@
"prConcurrentLimit": 0,
"branchConcurrentLimit": 0,
"separateMultipleMajor": true,
"lockFileMaintenance": { "enabled": false },
"lockFileMaintenance": {
"enabled": false
},
"packageRules": [
{
"automerge": true,
Expand All @@ -26,26 +28,26 @@
"Dependencies",
"Renovate"
],
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"prCreation": "immediate",
"prPriority": 4,
"stabilityDays": 3
"minimumReleaseAge": "3 days",
"matchPackageNames": [
"*"
]
}
],
"major": {
"automerge": false,
"labels": [
"Dependencies",
"Renovate"
"Dependencies",
"Renovate"
],
"prCreation": "immediate",
"stabilityDays": 3
"minimumReleaseAge": "3 days"
},
"vulnerabilityAlerts": {
"enabled": false
Expand Down

0 comments on commit c6f10e8

Please sign in to comment.