mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-16 10:27:03 +05:30
renovate: switch to my preset
This commit is contained in:
parent
dd7c9fa8d6
commit
e215a80e21
1 changed files with 2 additions and 8 deletions
|
@ -1,38 +0,0 @@
|
|||
{
|
||||
"extends": [
|
||||
"config:base",
|
||||
":dependencyDashboard"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"*"
|
||||
],
|
||||
"automerge": true,
|
||||
"automergeType": "branch"
|
||||
},
|
||||
{
|
||||
"managers": [
|
||||
"gradle"
|
||||
],
|
||||
"packagePatterns": [
|
||||
"^org.jetbrains.kotlin",
|
||||
"^com.squareup.okhttp3",
|
||||
"^com.google.accompanist"
|
||||
],
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": [
|
||||
".kt$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"KTFMT_VERSION = \"(?<currentValue>.*)\""
|
||||
],
|
||||
"datasourceTemplate": "maven",
|
||||
"depNameTemplate": "com.facebook:ktfmt"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue