chore(build): renovate grouping (#5167)

This commit is contained in:
Jason Rasmussen 2023-11-20 03:19:10 -05:00 committed by GitHub
parent e2317ea35e
commit 235b82b3fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
],
]
}