chore(build): renovate grouping (#5167)
This commit is contained in:
parent
e2317ea35e
commit
235b82b3fc
1 changed files with 10 additions and 1 deletions
|
@ -21,6 +21,15 @@
|
|||
"matchFileNames": ["web/**"],
|
||||
"groupName": "web",
|
||||
"matchUpdateTypes": ["minor", "patch"]
|
||||
},
|
||||
{
|
||||
"matchFileNames": ["machine-learning/**"],
|
||||
"groupName": "machine-learning",
|
||||
"matchUpdateTypes": ["minor", "patch"]
|
||||
},
|
||||
{
|
||||
"matchFileNames": [".github/**"],
|
||||
"groupName": "github-actions"
|
||||
}
|
||||
],
|
||||
"ignoreDeps": [
|
||||
|
@ -29,5 +38,5 @@
|
|||
"vector_map_tiles",
|
||||
"flutter_map",
|
||||
"flutter_map_heatmap"
|
||||
],
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue