mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-25 10:23:31 +00:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d51f1b3c7d | ||
|
|
38a6fdba74
|
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
roundcube:
|
||||
image: roundcube/roundcubemail:1.7.2-apache
|
||||
image: roundcube/roundcubemail:1.7.3-apache
|
||||
container_name: roundcube
|
||||
networks:
|
||||
- default
|
||||
|
||||
@@ -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:
|
||||
|
||||
+10
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user