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"] }