Compare commits

..
3 changed files with 12 additions and 3 deletions
@@ -2,7 +2,7 @@ services:
tubearchivist:
container_name: tubearchivist
restart: unless-stopped
image: bbilly1/tubearchivist:v0.5.12
image: bbilly1/tubearchivist:v0.5.10
ports:
- "8000"
networks:
@@ -7,7 +7,7 @@
# Container image
image:
repository: stalwartlabs/stalwart
tag: v0.16.11
tag: v0.16.20
pullPolicy: IfNotPresent
# Single-node RocksDB deployment.
replicaCount: 1
+10 -1
View File
@@ -1,12 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"prConcurrentLimit": 15,
"prHourlyLimit": 0,
"prFooter": "",
"enabledManagers": [
"docker-compose",
"github-actions",
"helm-values",
"flux"
"flux",
"terraform"
],
"osvVulnerabilityAlerts": true,
"flux": {
"managerFilePatterns": [
"/kubernetes/.+\\.ya?ml$/"
]
},
"packageRules": [
{
"description": "docker-compose updates",