Renovate: Fix matchFileNames (#5009)

This commit is contained in:
José Rebelo
2025-06-28 08:56:49 +01:00
parent 748f3e2b7c
commit 61b8ea7c35
+3 -1
View File
@@ -51,7 +51,9 @@
},
{
"description": "Version pinned to the one used by upstream greenDao to avoid regressions. Only used for code generation.",
"matchPaths": "GBDaoGenerator/**",
"matchFileNames": [
"GBDaoGenerator/**"
],
"allowedVersions": "2.3.23",
"matchPackageNames": [
"org.freemarker:freemarker"