mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-25 18:28:25 +00:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2fda2fbd3f | ||
|
|
38a6fdba74
|
@@ -14,7 +14,7 @@ spec:
|
|||||||
name: stalwart-helm
|
name: stalwart-helm
|
||||||
namespace: stalwart
|
namespace: stalwart
|
||||||
chart: stalwart
|
chart: stalwart
|
||||||
version: "0.7.5"
|
version: "0.7.16"
|
||||||
interval: 1m
|
interval: 1m
|
||||||
valuesFrom:
|
valuesFrom:
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
|
|||||||
+10
-1
@@ -1,12 +1,21 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"prConcurrentLimit": 15,
|
"prConcurrentLimit": 15,
|
||||||
|
"prHourlyLimit": 0,
|
||||||
|
"prFooter": "",
|
||||||
"enabledManagers": [
|
"enabledManagers": [
|
||||||
"docker-compose",
|
"docker-compose",
|
||||||
|
"github-actions",
|
||||||
"helm-values",
|
"helm-values",
|
||||||
"flux"
|
"flux",
|
||||||
|
"terraform"
|
||||||
],
|
],
|
||||||
"osvVulnerabilityAlerts": true,
|
"osvVulnerabilityAlerts": true,
|
||||||
|
"flux": {
|
||||||
|
"managerFilePatterns": [
|
||||||
|
"/kubernetes/.+\\.ya?ml$/"
|
||||||
|
]
|
||||||
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "docker-compose updates",
|
"description": "docker-compose updates",
|
||||||
|
|||||||
Reference in New Issue
Block a user