mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-09 03:37:03 +01:00
Add renovate rules for greenDAO
This commit is contained in:
parent
bda9948838
commit
a48472b7f7
@ -6,6 +6,9 @@
|
|||||||
"labels": [
|
"labels": [
|
||||||
"dependency"
|
"dependency"
|
||||||
],
|
],
|
||||||
|
"ignoreDeps": [
|
||||||
|
"com.github.Freeyourgadget:greendao"
|
||||||
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"groupName": "protobuf",
|
"groupName": "protobuf",
|
||||||
@ -25,6 +28,13 @@
|
|||||||
"net.e175.klaus:solarpositioning"
|
"net.e175.klaus:solarpositioning"
|
||||||
],
|
],
|
||||||
"allowedVersions": "<2.0"
|
"allowedVersions": "<2.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "We're running a fork of the greendao v2 generator, so we must always use the corresponding core lib",
|
||||||
|
"matchPackagePrefixes": [
|
||||||
|
"org.greenrobot:greendao"
|
||||||
|
],
|
||||||
|
"allowedVersions": "<3.0"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user