commit 2fdcfb390a8345a0590745cd76503fdb582881d4 Author: Christoph Heiss Date: Sun Apr 6 17:09:51 2025 +0200 default: init configuration Signed-off-by: Christoph Heiss diff --git a/default.json b/default.json new file mode 100644 index 0000000..871a81f --- /dev/null +++ b/default.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "description": "default base config for all F-WuTS repositories", + "extends": [ + "config:best-practices", + ":maintainLockFilesMonthly", + ":automergeMinor" + ], + "automergeStrategy": "rebase" +}