mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Renovate: Fix matchFileNames (#5009)
This commit is contained in:
+3
-1
@@ -51,7 +51,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Version pinned to the one used by upstream greenDao to avoid regressions. Only used for code generation.",
|
"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",
|
"allowedVersions": "2.3.23",
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"org.freemarker:freemarker"
|
"org.freemarker:freemarker"
|
||||||
|
|||||||
Reference in New Issue
Block a user