-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy path.renovaterc.json5
34 lines (34 loc) · 938 Bytes
/
.renovaterc.json5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
],
labels: [
'dependencies',
],
packageRules: [
{
groupName: 'Compose BOM (Alpha)',
matchPackageNames: [
'dev.chrisbanes.compose:compose-bom',
],
ignoreUnstable: false,
},
{
matchPackageNames: [
'com.github.arkon.FlexibleAdapter:flexible-adapter-ui',
'com.github.arkon.FlexibleAdapter:flexible-adapter',
'com.github.CarlosEsco:ViewTooltip',
'com.github.null2264:subsampling-scale-image-view',
'com.github.null2264:injekt-koin',
'com.github.tachiyomiorg:image-decoder',
'com.github.tachiyomiorg:unifile',
'com.github.tachiyomiorg:conductor-support-preference',
],
enabled: false,
},
],
dependencyDashboardApproval: true,
semanticCommits: 'enabled',
commitMessageLowerCase: 'never',
}