diff --git a/renovate.json b/renovate.json index 3aca24c..bf1a079 100644 --- a/renovate.json +++ b/renovate.json @@ -1,12 +1,15 @@ { - "extends": ["config:best-practices"], + "extends": [ + "config:best-practices" + ], "automerge": true, "automergeType": "branch", - "requiredStatusChecks": ["Lint and Test"], "customManagers": [ { "customType": "regex", - "fileMatch": ["^\\.github/workflows/.*\\.ya?ml$"], + "fileMatch": [ + "^\\.github/workflows/.*\\.ya?ml$" + ], "matchStrings": [ "# renovate: datasource=(?[a-z-.]+?) depName=(?[^\\s]+?)\\s+.*?version: [\"']?(?v?\\d+(?:\\.\\d+){1,2})[\"']?" ], @@ -15,12 +18,17 @@ ], "packageRules": [ { - "matchUpdateTypes": ["minor", "patch"], + "matchUpdateTypes": [ + "minor", + "patch" + ], "matchCurrentVersion": "!/^0/", "automerge": true }, { - "matchManagers": ["github-actions"], + "matchManagers": [ + "github-actions" + ], "groupName": "GitHub Actions", "automerge": true }