1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-02-02 04:57:33 +01:00

Renovate: Fix package name matching

This commit is contained in:
José Rebelo 2025-01-11 18:03:55 +00:00
parent cea57bce50
commit 454af86571

View File

@ -32,14 +32,14 @@
"description": "solarpositioning v2 needs java 17, we need to stay on v0",
"allowedVersions": "<2.0",
"matchPackageNames": [
"net.e175.klaus:solarpositioning:*"
"net.e175.klaus:solarpositioning"
]
},
{
"description": "We're running a fork of the greendao v2 generator, so we must always use the corresponding core lib",
"allowedVersions": "<3.0",
"matchPackageNames": [
"org.greenrobot:greendao:*"
"org.greenrobot:greendao"
]
}
]