Skip to content

Commit

Permalink
Renovate - remove prPriority outside of package rules
Browse files Browse the repository at this point in the history
  • Loading branch information
MishNajam authored Jun 7, 2024
1 parent e4123b2 commit 9db5e4d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@
],
"major": {
"automerge": false,
"stabilityDays": 3,
"prPriority": 0
"stabilityDays": 3
},
"vulnerabilityAlerts": {
"groupName": "Security Alerts",
"rangeStrategy": "update-lockfile",
"commitMessagePrefix": "[SECURITY]",
"branchTopic": "{{{datasource}}}-{{{depName}}}-vulnerability",
"prPriority": 5
"branchTopic": "{{{datasource}}}-{{{depName}}}-vulnerability"
}
}

0 comments on commit 9db5e4d

Please sign in to comment.