k3s-configs/renovate.json

29 lines
551 B
JSON
Raw Normal View History

2023-11-29 01:00:12 +00:00
{
2023-12-06 12:49:04 +00:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
2024-01-05 10:42:46 +00:00
"config:best-practices"
2023-12-06 12:49:04 +00:00
],
2024-01-05 10:42:46 +00:00
"separateMinorPatch": false,
2023-12-06 12:49:04 +00:00
"patch": {
2024-01-05 10:42:46 +00:00
"automerge": true,
"automergeType": "branch"
},
"pin": {
"automerge": true,
"automergeType": "branch"
},
"packageRules": [
{
"matchPackagePatterns": [
"renovate"
],
"groupName": "renovate",
"automerge": true,
"matchCurrentVersion": ">= 37.0.0",
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
2023-12-06 12:49:04 +00:00
}