Skip to content

Commit

Permalink
Migrate config renovate.json (#275)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 49fd248 commit be3acef
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"extends": ["config:recommended"],
"branchPrefix": "renovate-",
"branchNameStrict": true,
"commitMessageAction": "Renovate Update",
"labels": [
"Dependencies",
"Renovate"
],
"labels": ["Dependencies", "Renovate"],
"packageRules": [
{
"description": "Ignore internal dependency upgrades - Renovate doesn't recognise that these are relative and therefore don't need to refer to the correct digest",
Expand All @@ -22,21 +17,16 @@
"automerge": true,
"groupName": "Patch & Minor Updates",
"groupSlug": "all-minor-patch-updates",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"matchUpdateTypes": ["minor", "patch"],
"schedule": "* 0-6 1 * *",
"stabilityDays": 3,
"prPriority": 4
"minimumReleaseAge": "3 days",
"prPriority": 4,
"matchPackageNames": ["*"]
}
],
"major": {
"automerge": false,
"stabilityDays": 3
"minimumReleaseAge": "3 days"
},
"vulnerabilityAlerts": {
"groupName": "Security Alerts",
Expand Down

0 comments on commit be3acef

Please sign in to comment.