mirror of
https://github.com/spotiflacapp/SpotiFLAC-Mobile.git
synced 2026-05-31 19:05:05 +07:00
chore: add Renovate config targeting dev branch with automerge
This commit is contained in:
parent
8b18bef5ab
commit
1f71f957e2
1 changed files with 26 additions and 0 deletions
26
renovate.json
Normal file
26
renovate.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"baseBranches": ["dev"],
|
||||
"ignoreDeps": ["dev.flutter.flutter-plugin-loader"],
|
||||
"automerge": true,
|
||||
"automergeType": "pr",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["major"],
|
||||
"automerge": false
|
||||
},
|
||||
{
|
||||
"matchManagers": ["pub"],
|
||||
"groupName": "Flutter dependencies"
|
||||
},
|
||||
{
|
||||
"matchManagers": ["gomod"],
|
||||
"groupName": "Go dependencies"
|
||||
},
|
||||
{
|
||||
"matchManagers": ["gradle"],
|
||||
"groupName": "Gradle dependencies"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue