updated README.md and renovate.json
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
94d17acaa8
commit
56a28367f3
2 changed files with 16 additions and 4 deletions
16
README.md
16
README.md
|
@ -1,3 +1,15 @@
|
|||
# morty
|
||||
# [Morty](https://git.sp-codes.de/sp-services/morty)
|
||||
|
||||
Morty Proxy Docker Images for https://searx.sp-codes.de
|
||||
[](https://ci.sp-codes.de/sp-services/morty) [](#license) [](https://hub.docker.com/r/spcodes/morty)
|
||||
|
||||
The Morty Proxy Docker Image for [searx.sp-codes.de](https://searx.sp-codes.de)
|
||||
|
||||
## Usage
|
||||
|
||||
For a detailed usage guide see https://github.com/asciimoo/morty
|
||||
|
||||
## License
|
||||
|
||||
[](https://www.gnu.org/licenses/agpl-3.0)
|
||||
|
||||
This project is Free Software: It is licensed under GNU AGPL v3 (See [LICENSE](LICENSE) for more information).
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
],
|
||||
"versioningTemplate": "loose",
|
||||
"depNameTemplate": "asciimoo/morty",
|
||||
"datasourceTemplate": "github-releases"
|
||||
"datasourceTemplate": "github-tags"
|
||||
},
|
||||
{
|
||||
"fileMatch": [
|
||||
|
@ -36,7 +36,7 @@
|
|||
"packageRules": [
|
||||
{
|
||||
"datasources": [
|
||||
"github-releases"
|
||||
"github-tags"
|
||||
],
|
||||
"groupName": [
|
||||
"morty"
|
||||
|
|
Reference in a new issue