Add dependabot
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michel Roux 2020-12-08 16:45:02 +01:00
parent 814fe13d31
commit 012b474a79
2 changed files with 22 additions and 0 deletions

View File

@ -1,5 +1,6 @@
kind: pipeline
name: default
type: docker
steps:
- name: docker
@ -18,3 +19,23 @@ steps:
from_secret: pypi_username
password:
from_secret: pypi_password
when:
branch:
- master
---
kind: pipeline
name: dependabot
type: docker
steps:
- name: dependabot
image: xefir/docker-dependabot-gitea
environment:
GITHUB_ACCESS_TOKEN:
from_secret: github_access_token
GITEA_ACCESS_TOKEN:
from_secret: gitea_access_token
when:
event:
- cron

View File

@ -2,6 +2,7 @@
> "PyNyaaTa", Xéfir's personal animes torrent search engine
[![Build Status](https://ci.crystalyx.net/api/badges/Xefir/PyNyaaTa/status.svg)](https://ci.crystalyx.net/Xefir/PyNyaaTa)
[![Docker Hub](https://img.shields.io/docker/pulls/xefir/pynyaata)](https://hub.docker.com/r/xefir/pynyaata)
I'm lazy, and I want to search across several VF and VOSTFR torrents databases in one click.
That's the starting point that build this app.