Compare commits
No commits in common. "17cfa71cff8698750ae110923e1fc8c9c5110e50" and "5f92b52cbe5b57e01fa7224c5d94812f45cecc1f" have entirely different histories.
17cfa71cff
...
5f92b52cbe
2 changed files with 3 additions and 6 deletions
7
.github/renovate.json
vendored
7
.github/renovate.json
vendored
|
@ -17,7 +17,8 @@
|
|||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"updateTypes": ["digest"]
|
||||
"updateTypes": ["digest"],
|
||||
"fetchChangeLogs": "pr"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["nginx-proxy-manager"],
|
||||
|
@ -38,10 +39,6 @@
|
|||
{
|
||||
"matchPackageNames": ["binhex/arch-qbittorrentvpn"],
|
||||
"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
|
||||
|
||||
sonarr:
|
||||
image: lscr.io/linuxserver/sonarr@sha256:e1d926d5d6fd8bbe7fd4c4dd9007b790b40263783869c2357f2539dac1342575
|
||||
image: lscr.io/linuxserver/sonarr@sha256:21e7125d5abb15a80d0742ce138591d140354ac384637391322467becc524a2c
|
||||
container_name: sonarr
|
||||
ports:
|
||||
- "8989:8989"
|
||||
|
|
Reference in a new issue