mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-12 13:09:24 +01:00
Configure Renovate
This commit is contained in:
parent
603f8ea06f
commit
bfe6c7617a
30
renovate.json
Normal file
30
renovate.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"labels": [
|
||||
"dependency"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "protobuf",
|
||||
"matchPackagePrefixes": [
|
||||
"com.google.protobuf"
|
||||
]
|
||||
},
|
||||
{
|
||||
"groupName": "androidx.camera",
|
||||
"matchPackagePrefixes": [
|
||||
"androidx.camera"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "solarpositioning v2 needs java 17, we need to stay on v0",
|
||||
"matchPackagePrefixes": [
|
||||
"net.e175.klaus:solarpositioning"
|
||||
],
|
||||
"allowedVersions": "<2.0"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user