diff --git a/renovate.json b/renovate.json index 3b8a603..96aec35 100644 --- a/renovate.json +++ b/renovate.json @@ -92,8 +92,15 @@ "additionalBranchPrefix": "ci-forgejo-", "semanticCommitType": "ci", "semanticCommitScope": "forgejo", + "groupName": "ci-forgejo", "extends": ["schedule:daily"] }, + { + "description": "Disable major updates for forgejo ci tests", + "matchFileNames": ["ci/*.yml"], + "matchUpdateTypes": ["major"], + "enabled": false + }, { "description": "branch automerge not possible", "matchPackagePatterns": [".+"],