mirror of
https://github.com/skoelle/PeopleCostCounter.git
synced 2026-09-17 20:00:25 +00:00
renovate fix
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user