This commit is contained in:
2025-03-14 20:15:23 -05:00
parent 03195017c5
commit 61aa06310c
11 changed files with 500 additions and 529 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

30
.github/renovate.json vendored
View File

@@ -12,33 +12,5 @@
"labels": [],
"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
}
]
"packageRules": []
}

View File

@@ -2,7 +2,7 @@ name: release-image
on:
push:
tags:
tags:
- 0.*
env: