mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-01-30 13:50:55 +08:00
chore: update renovate config
This commit is contained in:
parent
e4d8b06493
commit
8bb6bf083f
@ -1,4 +1,25 @@
|
||||
{
|
||||
"extends": ["config:base"],
|
||||
"baseBranches": ["develop"]
|
||||
}
|
||||
"extends": [
|
||||
"config:base",
|
||||
":semanticPrefixChore"
|
||||
],
|
||||
"baseBranches": [
|
||||
"develop"
|
||||
],
|
||||
"dependencyDashboard": true,
|
||||
"dependencyDashboardApproval": true,
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "Apollo Client packages",
|
||||
"packagePatterns": [
|
||||
"^@apollo/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"groupName": "Apollo Server packages",
|
||||
"packagePatterns": [
|
||||
"^apollo-server"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user