From 2564c0cca894f5799302d93b48790c7658c0a11f Mon Sep 17 00:00:00 2001 From: Blair Drummond Date: Sat, 18 May 2024 19:51:31 -0400 Subject: [PATCH] fix: update renovate config --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 62a2d5a..bfdaf00 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,7 @@ ], "packageRules": [ { - "matchPackageNames": ["slidev-theme-liatrio"], + "matchDepNames": ["slidev-theme-liatrio"], "matchPackagePatterns": ["^slidev-theme-liatrio"], "groupName": "liatrio slidev theme update" }