112 lines
3.1 KiB
JSON
112 lines
3.1 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
"mergeConfidence:all-badges",
|
|
":rebaseStalePrs"
|
|
],
|
|
"timezone": "US/Mountain",
|
|
"schedule": [
|
|
"every weekday"
|
|
],
|
|
"labels": [],
|
|
"packageRules": [
|
|
{
|
|
"description": "Disables for non major Renovate version",
|
|
"matchPaths": [
|
|
".github/renovate-update-notification/Dockerfile"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch",
|
|
"pin",
|
|
"digest",
|
|
"rollback"
|
|
],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"description": "Generate for major Renovate version",
|
|
"matchPaths": [
|
|
".github/renovate-update-notification/Dockerfile"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"major"
|
|
],
|
|
"addLabels": [
|
|
"upgrade"
|
|
],
|
|
"automerge": false
|
|
},
|
|
{
|
|
"description": "Label service images",
|
|
"matchPackageNames": [
|
|
"ghcr.io/alex1989hu/kubelet-serving-cert-approver",
|
|
"ghcr.io/cloudnative-pg/postgresql",
|
|
"redis/redis-stack-server"
|
|
],
|
|
"matchDatasources": [
|
|
"docker"
|
|
],
|
|
"addLabels": [
|
|
"service",
|
|
"image"
|
|
],
|
|
"automerge": false,
|
|
"minimumReleaseAge": "3 days"
|
|
},
|
|
{
|
|
"description": "Label service charts",
|
|
"matchPackageNames": [
|
|
"elasticsearch",
|
|
"redis"
|
|
],
|
|
"matchDatasources": [
|
|
"helm"
|
|
],
|
|
"addLabels": [
|
|
"serivce",
|
|
"chart"
|
|
],
|
|
"automerge": false,
|
|
"minimumReleaseAge": "3 days"
|
|
},
|
|
{
|
|
"description": "Label application images",
|
|
"matchPackageNames": [
|
|
"bbilly1/tubearchivist-jf",
|
|
"bbilly1/tubearchivist",
|
|
"freshrss/freshrss",
|
|
"ghcr.io/gethomepage/homepage",
|
|
"homeassistant/home-assistant",
|
|
"linuxserver/calibre",
|
|
"linuxserver/code-server",
|
|
"linuxserver/cops",
|
|
"outlinewiki/outline",
|
|
"rmcrackan/libation"
|
|
],
|
|
"matchDatasources": [
|
|
"docker"
|
|
],
|
|
"addLabels": [
|
|
"application",
|
|
"image"
|
|
],
|
|
"automerge": false,
|
|
"minimumReleaseAge": "3 days"
|
|
},
|
|
{
|
|
"description": "Label application charts",
|
|
"matchPackageNames": [],
|
|
"matchDatasources": [
|
|
"helm"
|
|
],
|
|
"addLabels": [
|
|
"application",
|
|
"chart"
|
|
],
|
|
"automerge": false,
|
|
"minimumReleaseAge": "3 days"
|
|
}
|
|
]
|
|
} |