add default.json

This commit is contained in:
pat-s
2023-08-31 20:42:56 +02:00
parent 12298bc45c
commit af265a1578
2 changed files with 13 additions and 1 deletions

7
default.json Normal file
View File

@@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"semanticCommits": "enabled",
"automergeStrategy": "fast-forward",
"platformAutomerge": true
}