Add automerge, fix repo name.
This commit is contained in:
parent
008fdecb83
commit
05156aa577
2 changed files with 24 additions and 1 deletions
22
.renovate/autoMerge.json5
Normal file
22
.renovate/autoMerge.json5
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"description": "Auto merge container digests",
|
||||||
|
"matchDatasources": ["docker"],
|
||||||
|
"automerge": true,
|
||||||
|
"automergeType": "branch",
|
||||||
|
"matchUpdateTypes": ["digest"],
|
||||||
|
"matchPackagePrefixes": ["ghcr.io/onedr0p", "ghcr.io/bjw-s"],
|
||||||
|
"ignoreTests": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Auto merge KPS minors and patches",
|
||||||
|
"matchDatasources": ["helm"],
|
||||||
|
"automerge": true,
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"matchPackageNames": ["kube-prometheus-stack"],
|
||||||
|
"ignoreTests": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -4,7 +4,8 @@
|
||||||
"endpoint": "https://git.hsn.dev",
|
"endpoint": "https://git.hsn.dev",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended",
|
"config:recommended",
|
||||||
"local>jahanson/valinor//.renovate/customManagers.json5"
|
"local>jahanson/homelab//.renovate/customManagers.json5",
|
||||||
|
"local>jahanson/homelab//.renovate/autoMerge.json5"
|
||||||
],
|
],
|
||||||
"repositories": [],
|
"repositories": [],
|
||||||
"flux": {
|
"flux": {
|
||||||
|
|
Loading…
Reference in a new issue