Merge branch 'main' into renovate/lscr.io-linuxserver-jellyfin
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
commit
17cfa71cff
2 changed files with 6 additions and 3 deletions
7
.github/renovate.json
vendored
7
.github/renovate.json
vendored
|
@ -17,8 +17,7 @@
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"updateTypes": ["digest"],
|
"updateTypes": ["digest"]
|
||||||
"fetchChangeLogs": "pr"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["nginx-proxy-manager"],
|
"matchPackageNames": ["nginx-proxy-manager"],
|
||||||
|
@ -39,6 +38,10 @@
|
||||||
{
|
{
|
||||||
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -55,7 +55,7 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
|
||||||
sonarr:
|
sonarr:
|
||||||
image: lscr.io/linuxserver/sonarr@sha256:21e7125d5abb15a80d0742ce138591d140354ac384637391322467becc524a2c
|
image: lscr.io/linuxserver/sonarr@sha256:e1d926d5d6fd8bbe7fd4c4dd9007b790b40263783869c2357f2539dac1342575
|
||||||
container_name: sonarr
|
container_name: sonarr
|
||||||
ports:
|
ports:
|
||||||
- "8989:8989"
|
- "8989:8989"
|
||||||
|
|
Reference in a new issue