From e484677c42b13e517a78cbbf62db60ae8d98354e Mon Sep 17 00:00:00 2001 From: Imre Kaszab Date: Sun, 6 Oct 2024 22:18:48 +0200 Subject: [PATCH] fix: update renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 6010ca2..be605f8 100644 --- a/renovate.json +++ b/renovate.json @@ -4,11 +4,11 @@ ], "packageRules": [ { - "matchPaths": ["**/libs.versions.toml"], + "matchFileNames": ["**/libs.versions.toml"], "groupName": "TOML version catalog updates" }, { - "matchPaths": [".github/workflows/*.yml"], + "matchFileNames": [".github/workflows/*.yml"], "groupName": "GitHub Actions updates", "matchManagers": ["github-actions"] }