initial commit
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Aaron Riedel 2023-07-17 09:58:38 +02:00
commit 9993a0df2c
Signed by: aaron
GPG key ID: 643004654D40D577
4 changed files with 50 additions and 0 deletions

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"
}
]
}