mirror of
https://github.com/immich-app/immich.git
synced 2025-01-21 00:52:43 -05:00
chore: re-enable renovate (#4955)
* Chore: reenable renovate * chore(renovate): Don't group major updates * chore(renovate): Use matchFileNames
This commit is contained in:
parent
35767591d2
commit
26fd797ac9
1 changed files with 9 additions and 7 deletions
|
@ -3,17 +3,19 @@
|
|||
"extends": ["config:base"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPaths": ["mobile"],
|
||||
"groupName": "mobile"
|
||||
"matchFileNames": ["mobile/**"],
|
||||
"groupName": "mobile",
|
||||
"matchUpdateTypes": ["minor", "patch"]
|
||||
},
|
||||
{
|
||||
"matchPaths": ["server"],
|
||||
"groupName": "server"
|
||||
"matchFileNames": ["server/**"],
|
||||
"groupName": "server",
|
||||
"matchUpdateTypes": ["minor", "patch"]
|
||||
},
|
||||
{
|
||||
"matchPaths": ["web"],
|
||||
"groupName": "web"
|
||||
"matchFileNames": ["web/**"],
|
||||
"groupName": "web",
|
||||
"matchUpdateTypes": ["minor", "patch"]
|
||||
}
|
||||
],
|
||||
"enabled": false
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue