renovate fix

This commit is contained in:
2026-08-11 20:46:20 +02:00
parent 16cb63981a
commit e5608a35e3
+15
View File
@@ -2,12 +2,27 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"], "extends": ["config:recommended"],
"schedule": ["before 6am on Monday"], "schedule": ["before 6am on Monday"],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["\\.github/workflows/[^.]+\\.ya?ml$"],
"matchStrings": ["node-version:\\s*['\"]?(?<currentValue>\\d+)['\"]?"],
"datasourceTemplate": "docker",
"depNameTemplate": "node"
}
],
"packageRules": [ "packageRules": [
{ {
"matchManagers": ["github-actions"], "matchManagers": ["github-actions"],
"groupName": "GitHub Actions", "groupName": "GitHub Actions",
"automerge": true "automerge": true
}, },
{
"matchDatasources": ["docker"],
"matchDepNames": ["node"],
"groupName": "Node.js",
"automerge": false
},
{ {
"matchManagers": ["dockerfile"], "matchManagers": ["dockerfile"],
"groupName": "Docker", "groupName": "Docker",