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:
parent
cea57bce50
commit
454af86571
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user