From: Max Dymond Date: Tue, 14 May 2024 08:57:03 +0000 (+0100) Subject: ci: reconfigure renovate X-Git-Tag: curl-8_8_0~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=443d29cc6948b8cbb2967af7296c0cbd68452f41;p=thirdparty%2Fcurl.git ci: reconfigure renovate - set prefix for github actions updates to be gha: - set prefix for other renovate actions to be ci: - disable debian updates in linux-old.yml --- diff --git a/renovate.json b/renovate.json index 98807990b6..a87daa56e4 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,29 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:best-practices", - "group:allNonMajor" + "config:best-practices" + ], + "packageRules": [ + { + "matchManagers": ["github-actions"], + "commitMessagePrefix": "gha: ", + "labels": ["CI"] + }, + { + "matchUpdateTypes": ["pin", "pinDigest"], + "commitMessagePrefix": "ci: ", + "labels": ["CI"] + }, + { + "matchManagers": ["regex"], + "commitMessagePrefix": "ci: ", + "labels": ["CI"] + }, + { + "matchDepNames": ["debian"], + "matchFileNames": [".github/workflows/linux-old.yml"], + "enabled": false + } ], "customManagers": [ {