diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1546dee1d..8e2bd9f17 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base"], + "extends": ["config:recommended"], "labels": ["Dependencies"], "semanticCommits": "disabled", "packageRules": [ @@ -8,6 +8,6 @@ "groupName": "GitHub Actions", "matchManagers": ["github-actions"], "pinDigests": true, - } - ] + }, + ], }