2024-07-03 19:05:39 +02:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": [
|
|
|
|
"config:recommended"
|
|
|
|
],
|
|
|
|
"labels": [
|
|
|
|
"dependency"
|
|
|
|
],
|
2024-07-04 22:24:04 +02:00
|
|
|
"ignoreDeps": [
|
|
|
|
"com.github.Freeyourgadget:greendao"
|
|
|
|
],
|
2024-07-03 19:05:39 +02:00
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"groupName": "protobuf",
|
|
|
|
"matchPackagePrefixes": [
|
|
|
|
"com.google.protobuf"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"groupName": "androidx.camera",
|
|
|
|
"matchPackagePrefixes": [
|
|
|
|
"androidx.camera"
|
|
|
|
]
|
|
|
|
},
|
2024-07-20 09:40:02 +02:00
|
|
|
{
|
|
|
|
"groupName": "android-emojify",
|
|
|
|
"matchPackagePrefixes": [
|
|
|
|
"com.github.wax911.android-emojify"
|
|
|
|
]
|
|
|
|
},
|
2024-07-03 19:05:39 +02:00
|
|
|
{
|
|
|
|
"description": "solarpositioning v2 needs java 17, we need to stay on v0",
|
|
|
|
"matchPackagePrefixes": [
|
|
|
|
"net.e175.klaus:solarpositioning"
|
|
|
|
],
|
|
|
|
"allowedVersions": "<2.0"
|
2024-07-04 22:24:04 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"
|
2024-07-03 19:05:39 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|