mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
chore(build): renovate grouping (#5167)
This commit is contained in:
parent
e2317ea35e
commit
235b82b3fc
@ -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 New Issue
Block a user