diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..7fdd5a1f --- /dev/null +++ b/renovate.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "description": "Default renovate config. It provides you with the presets you most probably need. Change as you need. For some documentation on Renovate and presets, see our readme: https://gitlab.com/subshell/common/renovate/-/blob/main/README.md", + "extends": [ + "config:recommended", + ":automergePatch" + ] +}