mirror of
https://github.com/skoelle/PeopleCostCounter.git
synced 2026-09-17 20:00:25 +00:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"$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",
|
|
"automerge": false
|
|
},
|
|
{
|
|
"matchManagers": ["npm"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"groupName": "npm minor/patch",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["major"],
|
|
"labels": ["major-update"],
|
|
"automerge": false
|
|
}
|
|
]
|
|
}
|