]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
renovate: try to disable GitHub Actions updates differently
authorViktor Szakats <commit@vsz.me>
Sun, 14 Dec 2025 08:10:58 +0000 (09:10 +0100)
committerViktor Szakats <commit@vsz.me>
Sun, 14 Dec 2025 08:17:08 +0000 (09:17 +0100)
Follow-up to a9b1be555a26aeca623721b0826ea66d6b8c0929 #19954

Closes #19969

renovate.json

index 6a6947dd93e4ce13edf8a314df3624ca4001959e..7b1b02a37802574edc722d3caed955c83f117b67 100644 (file)
@@ -6,6 +6,16 @@
   ],
   "semanticCommitType": "ci",
   "packageRules": [
+    {
+      "matchManagers": [
+        "github-actions"
+      ],
+      "commitMessagePrefix": "GHA: ",
+      "labels": [
+        "CI"
+      ],
+      "enabled": false
+    },
     {
       "matchUpdateTypes": [
         "pin",
@@ -38,6 +48,7 @@
     {
       "description": "Schedule package updates on the 10th of each month",
       "matchPackageNames": [
+        "/codeql/i",
         "/ruff/i"
       ],
       "groupName": "monthly updates by name",