mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-16 14:11:15 +00:00
chore(renovate): bundle major updates, use chore commit type (#38470)
1. combine PRs for major/non-major, less PRs is less work with the fixups. 2. always set `chore`, more often than not, this is more correct then `fix`. --------- Signed-off-by: silverwind <me@silverwind.io>
This commit is contained in:
@@ -6,11 +6,13 @@
|
||||
"labels": ["dependencies"],
|
||||
"branchPrefix": "renovate/",
|
||||
"schedule": ["* * * * 1"], // dependency update PRs weekly, vulnerabilityAlerts bypasses this
|
||||
"separateMajorMinor": false, // include major updates in group PRs
|
||||
"minimumReleaseAge": "5 days",
|
||||
"semanticCommits": "enabled",
|
||||
"osvVulnerabilityAlerts": true,
|
||||
"vulnerabilityAlerts": {
|
||||
"enabled": true,
|
||||
"semanticCommitType": "fix", // overrides packageRules
|
||||
},
|
||||
"customManagers": [
|
||||
{
|
||||
@@ -23,6 +25,10 @@
|
||||
},
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["*"],
|
||||
"semanticCommitType": "chore", // dep updates are rarely fixes for gitea
|
||||
},
|
||||
{
|
||||
"groupName": "action dependencies",
|
||||
"matchManagers": ["github-actions"],
|
||||
|
||||
Reference in New Issue
Block a user