diff --git a/.renovaterc.json b/.renovaterc.json index f981cd8ca5..9cfce3a590 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -12,9 +12,9 @@ "separateMinorPatch": true }, { - "matchDepNames": ["github/codeql-action"], - "matchPackagePatterns": [ - "^ruby\\/setup-ruby$" + "matchDepNames": [ + "github/codeql-action", + "ruby/setup-ruby" ], "schedule": "every 4 weeks on Monday" }