Compare commits

...

2 Commits

Author SHA1 Message Date
renovate-bot
2e3e9c2953 Add renovate.json 2021-12-16 14:06:25 +00:00
15c9e410d8
Only on master
Some checks failed
continuous-integration/drone/push Build is failing
2021-12-16 15:06:13 +01:00
2 changed files with 8 additions and 0 deletions

View File

@ -24,4 +24,6 @@ trigger:
- push
- cron
- custom
branch:
- master

6
renovate.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}