From 7a2d25ecb954fd92a4bc6cf56b05d77c492524db Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 25 Jul 2024 14:58:24 +0200 Subject: [PATCH] chore(renovate): rename group and disable more updates --- renovate.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/renovate.json b/renovate.json index 96aec35..ed66f15 100644 --- a/renovate.json +++ b/renovate.json @@ -2,14 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["forgejo-contrib/forgejo-renovate//base.json"], "assignees": ["viceice"], - "enabledManagers": [ - "custom.regex", - "github-actions", - "helmv3", - "helm-values", - "nodenv", - "npm" - ], "baseBranches": ["main", "/^maint\\/.+/"], "packageRules": [ { @@ -92,13 +84,13 @@ "additionalBranchPrefix": "ci-forgejo-", "semanticCommitType": "ci", "semanticCommitScope": "forgejo", - "groupName": "ci-forgejo", + "groupName": "experimental docker digests", "extends": ["schedule:daily"] }, { - "description": "Disable major updates for forgejo ci tests", + "description": "Disable updates for forgejo ci tests", "matchFileNames": ["ci/*.yml"], - "matchUpdateTypes": ["major"], + "matchUpdateTypes": ["major", "minor", "patch"], "enabled": false }, {