Compare commits

..

No commits in common. "17cfa71cff8698750ae110923e1fc8c9c5110e50" and "5f92b52cbe5b57e01fa7224c5d94812f45cecc1f" have entirely different histories.

2 changed files with 3 additions and 6 deletions

View file

@ -17,7 +17,8 @@
], ],
"packageRules": [ "packageRules": [
{ {
"updateTypes": ["digest"] "updateTypes": ["digest"],
"fetchChangeLogs": "pr"
}, },
{ {
"matchPackageNames": ["nginx-proxy-manager"], "matchPackageNames": ["nginx-proxy-manager"],
@ -38,10 +39,6 @@
{ {
"matchPackageNames": ["binhex/arch-qbittorrentvpn"], "matchPackageNames": ["binhex/arch-qbittorrentvpn"],
"customChangelogUrl": "https://github.com/binhex/arch-qbittorrentvpn/releases/" "customChangelogUrl": "https://github.com/binhex/arch-qbittorrentvpn/releases/"
},
{
"matchPackageNames": ["lscr.io/linuxserver/sonarr"],
"customChangelogUrl": "https://github.com/linuxserver/docker-sonarr/releases"
} }
] ]
} }

View file

@ -55,7 +55,7 @@ services:
- PGID=1000 - PGID=1000
sonarr: sonarr:
image: lscr.io/linuxserver/sonarr@sha256:e1d926d5d6fd8bbe7fd4c4dd9007b790b40263783869c2357f2539dac1342575 image: lscr.io/linuxserver/sonarr@sha256:21e7125d5abb15a80d0742ce138591d140354ac384637391322467becc524a2c
container_name: sonarr container_name: sonarr
ports: ports:
- "8989:8989" - "8989:8989"