62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
"mergeConfidence:all-badges",
|
|
":rebaseStalePrs"
|
|
],
|
|
"timezone": "US/Central",
|
|
"labels": [],
|
|
"packageRules": [
|
|
{
|
|
"description": "Disables for non major Renovate version",
|
|
"matchFileNames": [
|
|
".github/renovate-update-notification/Dockerfile"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch",
|
|
"pin",
|
|
"digest",
|
|
"rollback"
|
|
],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"description": "Generate for major Renovate version",
|
|
"matchFileNames": [
|
|
".github/renovate-update-notification/Dockerfile"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"major"
|
|
],
|
|
"addLabels": [
|
|
"upgrade"
|
|
],
|
|
"automerge": false
|
|
},
|
|
{
|
|
"description": "Label images",
|
|
"matchDatasources": [
|
|
"docker"
|
|
],
|
|
"addLabels": [
|
|
"image"
|
|
],
|
|
"automerge": false,
|
|
"minimumReleaseAge": "3 days"
|
|
},
|
|
{
|
|
"description": "Label charts",
|
|
"matchDatasources": [
|
|
"helm"
|
|
],
|
|
"addLabels": [
|
|
"chart"
|
|
],
|
|
"automerge": false,
|
|
"minimumReleaseAge": "3 days"
|
|
}
|
|
]
|
|
}
|