Configure Renovate #1

Merged
EndMove merged 1 commits from renovate/configure into master 2023-04-06 22:43:51 +02:00
1 changed files with 7 additions and 0 deletions

7
renovate.json Normal file
View File

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