ci: change renovate config to inlude custom manager rules
All checks were successful
renovate / renovate (push) Successful in 4m11s
All checks were successful
renovate / renovate (push) Successful in 4m11s
This commit is contained in:
@@ -47,6 +47,24 @@
|
||||
"automerge": true,
|
||||
"minimumReleaseAge": "1 days"
|
||||
},
|
||||
{
|
||||
"description": "Automerge chart appVersion patches",
|
||||
"matchUpdateTypes": [
|
||||
"patch"
|
||||
],
|
||||
"matchDatasources": [
|
||||
"helm"
|
||||
],
|
||||
"matchManagers": [
|
||||
"github-releases"
|
||||
],
|
||||
"addLabels": [
|
||||
"chart",
|
||||
"automerge"
|
||||
],
|
||||
"automerge": true,
|
||||
"minimumReleaseAge": "1 days"
|
||||
},
|
||||
{
|
||||
"description": "Automerge helm chart lock files",
|
||||
"matchManagers": [
|
||||
@@ -89,33 +107,23 @@
|
||||
"minimumReleaseAge": "1 days"
|
||||
},
|
||||
{
|
||||
"description": "Automerge image updates for certain applications",
|
||||
"description": "Automerge image appVersion patches",
|
||||
"matchUpdateTypes": [
|
||||
"minor"
|
||||
"patch",
|
||||
"digest"
|
||||
],
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"ghcr.io/advplyr/audiobookshelf",
|
||||
"ghcr.io/gethomepage/homepage",
|
||||
"ghcr.io/gitroomhq/postiz-app",
|
||||
"ghcr.io/linuxserver/bazarr",
|
||||
"ghcr.io/linuxserver/code-server",
|
||||
"ghcr.io/linuxserver/lidarr",
|
||||
"ghcr.io/linuxserver/plex",
|
||||
"ghcr.io/linuxserver/prowlarr",
|
||||
"ghcr.io/linuxserver/radarr",
|
||||
"ghcr.io/linuxserver/sonarr",
|
||||
"ghcr.io/prometheus-community/charts/kube-prometheus-stack",
|
||||
"vectorim/element-web"
|
||||
"matchManagers": [
|
||||
"github-releases"
|
||||
],
|
||||
"addLabels": [
|
||||
"image",
|
||||
"automerge"
|
||||
],
|
||||
"automerge": true,
|
||||
"minimumReleaseAge": "2 days"
|
||||
"minimumReleaseAge": "1 days"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user