updated README.md and renovate.json
This commit is contained in:
parent
1be2dd7e7a
commit
f4d166a75d
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ The Searx Docker Image for [searx.sp-codes.de](https://searx.sp-codes.de)
|
|||
|
||||
## Usage
|
||||
|
||||
For a detailed usage guide see https://searx.github.io/searx/admin/installation-docker.html
|
||||
For a detailed usage guide see https://github.com/asciimoo/filtron
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"^Dockerfile$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"\\s+(?<depName>[a-z0-9\\-]+?)=\"(?<currentValue>.*?)\"\\s+"
|
||||
"\\s+(?<depName>[a-z0-9\\-]+?)=\"(?<currentValue>.*?)\""
|
||||
],
|
||||
"lookupNameTemplate": "alpine_3_12/{{{depName}}}",
|
||||
"versioningTemplate": "loose",
|
||||
|
|
Reference in a new issue