renovate: try to disable GitHub Actions updates differently

Follow-up to a9b1be555a26aeca623721b0826ea66d6b8c0929 #19954

Closes #19969
This commit is contained in:
Viktor Szakats 2025-12-14 09:10:58 +01:00
parent c8375c905e
commit 20ffdfffaa
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

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