mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Renovate: Fix package name matching
This commit is contained in:
+2
-2
@@ -32,14 +32,14 @@
|
|||||||
"description": "solarpositioning v2 needs java 17, we need to stay on v0",
|
"description": "solarpositioning v2 needs java 17, we need to stay on v0",
|
||||||
"allowedVersions": "<2.0",
|
"allowedVersions": "<2.0",
|
||||||
"matchPackageNames": [
|
"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",
|
"description": "We're running a fork of the greendao v2 generator, so we must always use the corresponding core lib",
|
||||||
"allowedVersions": "<3.0",
|
"allowedVersions": "<3.0",
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"org.greenrobot:greendao:*"
|
"org.greenrobot:greendao"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user