From 47e4bded445b5689c4c69fb54f126eea28315ea9 Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Tue, 15 Aug 2023 10:48:23 +0200 Subject: [PATCH] Use `depName` for `ruby/setup-ruby` --- .renovaterc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.renovaterc.json b/.renovaterc.json index f981cd8ca52..9cfce3a5900 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" }