Basic Renovate config

This commit is contained in:
Nicolai Ort 2022-06-11 19:05:08 +02:00
parent 6b01c2da2c
commit bf6121afef
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 9 additions and 0 deletions

9
renovate.json Normal file
View File

@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>odit/templates//renovate/base"
],
"baseBranches": [
"main"
]
}