Compare commits

..
3 changed files with 12 additions and 3 deletions
@@ -2,7 +2,7 @@ services:
tubearchivist: tubearchivist:
container_name: tubearchivist container_name: tubearchivist
restart: unless-stopped restart: unless-stopped
image: bbilly1/tubearchivist:v0.5.12 image: bbilly1/tubearchivist:v0.5.10
ports: ports:
- "8000" - "8000"
networks: networks:
+1 -1
View File
@@ -2,7 +2,7 @@ terraform {
required_providers { required_providers {
proxmox = { proxmox = {
source = "bpg/proxmox" source = "bpg/proxmox"
version = "0.81.0" version = "0.111.1"
} }
} }
} }
+10 -1
View File
@@ -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",