Merge branch 'main' of https://github.com/immich-app/immich into feat/cli-e2e

This commit is contained in:
Jonathan Jogenfors 2023-11-20 14:05:28 +01:00
commit c8d417ccda

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