]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ci: reconfigure renovate
authorMax Dymond <cmeister2@gmail.com>
Tue, 14 May 2024 08:57:03 +0000 (09:57 +0100)
committerMax Dymond <cmeister2@gmail.com>
Tue, 14 May 2024 15:26:11 +0000 (16:26 +0100)
- 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

renovate.json

index 98807990b66a5b92435f7ac8e43146037146ccb9..a87daa56e4d85b3ceac583be2e16177ae8a0c475 100644 (file)
@@ -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": [
     {