diff --git a/.github/renovate.json b/.github/renovate.json index 87a61761..5f7c10c2 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,7 +4,7 @@ "packageRules": [ { "description": "Update the Renovate GitHub action weekly with fix type", - "packageNames": "renovatebot/github-action", + "matchPackageNames": "renovatebot/github-action", "extends": [":semanticCommitType(fix)", "schedule:weekly"] } ]