From ec19ba4bee6a6182f705148e66e0c4706a5dbd6e Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 25 Jul 2024 14:48:52 +0200 Subject: [PATCH] chore(renovate): add group name for ci values and disable major updates --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) 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": [".+"],