]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
renovate: adjust commit message prefixes, try making CodeQL and AWS-LC updates monthly
authorViktor Szakats <commit@vsz.me>
Sat, 27 Sep 2025 14:32:22 +0000 (16:32 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 2 Oct 2025 13:21:08 +0000 (15:21 +0200)
Also:
- enable pip bumps in Dependabot.
- reduce dependabot to check monthly (was: weekly)
  Dependabot acts as a backup for mend/renovate.

Closes #18761

.github/dependabot.yml
renovate.json

index 701a5d01cfc4215efe703a7fd5ac529573967979..a21592ee3e48de2f3a028ae571816e0b00470384 100644 (file)
@@ -7,4 +7,9 @@ updates:
   - package-ecosystem: 'github-actions'
     directory: '/'
     schedule:
-      interval: 'weekly'
+      interval: 'monthly'
+
+  - package-ecosystem: 'pip'
+    directory: '/'
+    schedule:
+      interval: 'monthly'
index efb9064dabf237218280327b048c1539e5c567af..1bc0309f3a6cbce6b63013dfdd60eb97af5c6e97 100644 (file)
@@ -10,7 +10,7 @@
       "matchManagers": [
         "github-actions"
       ],
-      "commitMessagePrefix": "gha: ",
+      "commitMessagePrefix": "GHA: ",
       "labels": [
         "CI"
       ]
@@ -21,7 +21,7 @@
         "pinDigest",
         "digest"
       ],
-      "commitMessagePrefix": "ci: ",
+      "commitMessagePrefix": "CI: ",
       "labels": [
         "CI"
       ]
@@ -30,7 +30,7 @@
       "matchManagers": [
         "custom.regex"
       ],
-      "commitMessagePrefix": "ci: ",
+      "commitMessagePrefix": "CI: ",
       "labels": [
         "CI"
       ]
         ".github/workflows/linux-old.yml"
       ],
       "enabled": false
+    },
+    {
+      "description": "Schedule CodeQL updates on the 10th of each month",
+      "matchPackageNames": [
+        "/codeql/i"
+      ],
+      "groupName": "CodeQL",
+      "schedule": [
+        "* * 10 * *"
+      ]
+    },
+    {
+      "description": "Schedule package updates on the 10th of each month",
+      "matchSourceUrls": [
+        "**/awslabs/**"
+      ],
+      "groupName": "monthly updates",
+      "schedule": [
+        "* * 10 * *"
+      ]
     }
   ],
   "customManagers": [