1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00

chore: add renovate grouping for docs and consolidate schedule (#5368)

This commit is contained in:
Jason Rasmussen 2023-11-28 21:32:21 -05:00 committed by GitHub
parent 869d400617
commit 2bb75b6aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,13 @@
"matchFileNames": ["cli/**"],
"groupName": "@immich/cli",
"matchUpdateTypes": ["minor", "patch"],
"schedule": "on monday"
"schedule": "on tuesday"
},
{
"matchFileNames": ["docs/**"],
"groupName": "docs",
"matchUpdateTypes": ["minor", "patch"],
"schedule": "on tuesday"
},
{
"matchFileNames": ["mobile/**"],
@ -20,29 +26,29 @@
"groupName": "server",
"matchUpdateTypes": ["minor", "patch"],
"excludePackagePrefixes": ["exiftool"],
"schedule": "on wednesday"
"schedule": "on tuesday"
},
{
"groupName": "exiftool",
"matchPackagePrefixes": ["exiftool"],
"schedule": "on monday"
"schedule": "on tuesday"
},
{
"matchFileNames": ["web/**"],
"groupName": "web",
"matchUpdateTypes": ["minor", "patch"],
"schedule": "on thursday"
"schedule": "on tuesday"
},
{
"matchFileNames": ["machine-learning/**"],
"groupName": "machine-learning",
"matchUpdateTypes": ["minor", "patch"],
"schedule": "on friday"
"schedule": "on tuesday"
},
{
"matchFileNames": [".github/**"],
"groupName": "github-actions",
"schedule": "on friday"
"schedule": "on tuesday"
},
{
"groupName": "base-image",