add renovate
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-09-20 22:05:52 +02:00
parent 37e0a6cb6e
commit c45f1d37df
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 11 additions and 1 deletions

View file

@ -1,7 +1,7 @@
kind: pipeline
name: deploy
steps:
- name: docker
- name: docker
image: plugins/docker
settings:
username:

10
renovate.json Normal file
View file

@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchPackagePatterns": ["*"],
"automerge": true,
"automergeType": "branch"
}
]
}