Compare commits

..

No commits in common. "712c30fa00a9aa934d17bb455844d2e1818305f8" and "cd7d51f5d5d6d74a0c49b607945f62e33ff5f4d8" have entirely different histories.

8 changed files with 11 additions and 16 deletions

View File

@ -1,13 +1,11 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:recommended", "config:base",
"renovatebot/renovate-config", "renovatebot/renovate-config",
":semanticCommitTypeAll(chore)" ":semanticCommitTypeAll(chore)"
], ],
"ignoreDeps": [ "ignoreDeps": ["postgres"],
"postgres"
],
"automerge": true, "automerge": true,
"automergeType": "branch", "automergeType": "branch",
"automergeStrategy": "rebase", "automergeStrategy": "rebase",
@ -17,9 +15,6 @@
"automerge": false, "automerge": false,
"dependencyDashboardApproval": true, "dependencyDashboardApproval": true,
"commitMessagePrefix": "chore(deps-major): ", "commitMessagePrefix": "chore(deps-major): ",
"labels": [ "labels": ["dependencies", "breaking"]
"dependencies",
"breaking"
]
} }
} }

View File

@ -10,7 +10,7 @@
- name: Create the dozzle container - name: Create the dozzle container
docker_container: docker_container:
name: dozzle name: dozzle
image: amir20/dozzle:v8.6.2 image: amir20/dozzle:v8.6.1
restart_policy: unless-stopped restart_policy: unless-stopped
recreate: true recreate: true
networks: networks:

View File

@ -10,7 +10,7 @@
- name: Create the jellyseerr container - name: Create the jellyseerr container
docker_container: docker_container:
name: jellyseerr name: jellyseerr
image: fallenbagel/jellyseerr:2.0.1 image: fallenbagel/jellyseerr:1.9.2
restart_policy: unless-stopped restart_policy: unless-stopped
recreate: true recreate: true
networks: networks:

View File

@ -14,7 +14,7 @@
- name: Create the lidarr container - name: Create the lidarr container
docker_container: docker_container:
name: lidarr name: lidarr
image: ghcr.io/linuxserver/lidarr:latest@sha256:759733e0782be274978bc36b0b0b1bd5ca6f0867cad2c7e20406c5e9141701ad image: ghcr.io/linuxserver/lidarr:latest@sha256:41743a3f1f3c2d511314d0b887cc23c6ae0d0aa11cd0bc32ff973f10e183078e
restart_policy: unless-stopped restart_policy: unless-stopped
recreate: true recreate: true
networks: networks:

View File

@ -10,7 +10,7 @@
- name: Create the mealie container - name: Create the mealie container
docker_container: docker_container:
name: mealie name: mealie
image: ghcr.io/mealie-recipes/mealie:v2.0.0 image: ghcr.io/mealie-recipes/mealie:v1.12.0
restart_policy: unless-stopped restart_policy: unless-stopped
networks: networks:
- name: proxy - name: proxy

View File

@ -10,7 +10,7 @@
- name: Create the prowlarr container - name: Create the prowlarr container
docker_container: docker_container:
name: prowlarr name: prowlarr
image: linuxserver/prowlarr:1.25.4 image: linuxserver/prowlarr:1.24.3
restart_policy: unless-stopped restart_policy: unless-stopped
recreate: true recreate: true
networks: networks:

View File

@ -10,7 +10,7 @@
- name: Create the readarr container - name: Create the readarr container
docker_container: docker_container:
name: readarr name: readarr
image: ghcr.io/linuxserver/readarr:develop@sha256:2421124827f49781f7ef7218f487c68eca53b2a907e6ead1c2ec7d9e4ae51661 image: ghcr.io/linuxserver/readarr:develop@sha256:2502c4fb7824e61932bde9db79b903e083ded22d1ed0ebbb0b7ce5508347877b
restart_policy: unless-stopped restart_policy: unless-stopped
recreate: true recreate: true
networks: networks:

View File

@ -10,7 +10,7 @@
- name: Create the sonarr container - name: Create the sonarr container
docker_container: docker_container:
name: sonarr name: sonarr
image: linuxserver/sonarr:4.0.10 image: linuxserver/sonarr:4.0.9
restart_policy: unless-stopped restart_policy: unless-stopped
recreate: true recreate: true
networks: networks: