diff --git a/.github/renovate.json b/.github/renovate.json index 3298442..bc75430 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,11 +1,15 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", + "config:recommended", ":semanticCommitsDisabled" ], "ignoreDeps": [], - "labels": ["Renovate"], + "labels": [ + "Renovate" + ], "rebaseWhen": "conflicted", - "schedule": ["on the first day of the month"] -} \ No newline at end of file + "schedule": [ + "on the first day of the month" + ] +}