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
|
[![Build Status](https://ci.sp-codes.de/api/badges/sp-services/morty/status.svg)](https://ci.sp-codes.de/sp-services/morty) [![License](https://img.shields.io/badge/license-AGPL--3.0-purple)](#license) [![Docker Pulls](https://img.shields.io/docker/pulls/spcodes/morty)](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
|
||||||
|
|
||||||
|
[![GNU AGPLv3 Image](https://www.gnu.org/graphics/agplv3-155x51.png)](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",
|
"versioningTemplate": "loose",
|
||||||
"depNameTemplate": "asciimoo/morty",
|
"depNameTemplate": "asciimoo/morty",
|
||||||
"datasourceTemplate": "github-releases"
|
"datasourceTemplate": "github-tags"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"datasources": [
|
"datasources": [
|
||||||
"github-releases"
|
"github-tags"
|
||||||
],
|
],
|
||||||
"groupName": [
|
"groupName": [
|
||||||
"morty"
|
"morty"
|
||||||
|
|
Reference in a new issue