2 Commits

Author SHA1 Message Date
a98d6911a1 resolve merge 2025-03-20 12:43:54 -05:00
cb9ff586af update repo config 2025-03-20 12:43:17 -05:00
4 changed files with 3 additions and 31 deletions

View File

@@ -1,2 +0,0 @@
# This file is processed by Renovate bot so that it creates a PR on new major Renovate versions
FROM renovate/renovate:39

View File

@@ -171,7 +171,7 @@ renovate:
main:
image:
repository: renovate/renovate
tag: 39.208.0
tag: 39
pullPolicy: IfNotPresent
env:
- name: RENOVATE_PLATFORM

View File

@@ -11,33 +11,6 @@
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"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 charts",
"matchDatasources": [
@@ -80,7 +53,8 @@
{
"description": "Automerge image patches",
"matchUpdateTypes": [
"patch"
"patch",
"digest"
],
"matchDatasources": [
"docker"