Skip to content

Commit

Permalink
Fix Renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jan 21, 2024
1 parent bc6ad8f commit 74a9f32
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
18 changes: 9 additions & 9 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_19/{{package}}"
},
{
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG PAR2CMDLINE_TURBO_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "animetosho/par2cmdline-turbo",
"extractVersionTemplate": "^v(?<version>.*)$"
}
],
"packageRules": [
Expand All @@ -48,15 +57,6 @@
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "sabnzbd/sabnzbd"
},
{
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG PAR2CMDLINE_TURBO_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "animetosho/par2cmdline-turbo",
"extractVersionTemplate": "^v(?<version>.*)$"
}
]
}
4 changes: 0 additions & 4 deletions sabnzbd/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ comparison to installing any other Home Assistant add-on.
- Set the download folders to, for example,
`/media/sabnzbd/Donwloads/complete` and
`/media/sabnzbd/Donwloads/incomplete`
- Once you finish the SAZnzbd wizard, you will get an 404 error.
This is an unfortunate side effect in the wizard, we haven't been able to
fix yet.Reload the page to resolve the 404 issue and everything work
normally from there on.

## Configuration

Expand Down

0 comments on commit 74a9f32

Please sign in to comment.