bump packages

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