Compare commits
1 Commits
934a0eacd3
...
31d676430e
| Author | SHA1 | Date | |
|---|---|---|---|
| 31d676430e |
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended"],
|
"extends": [
|
||||||
"baseBranchPatterns": ["next"],
|
"config:recommended"
|
||||||
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchManagers": ["bun", "npm"],
|
"matchManagers": ["bun", "npm"],
|
||||||
@@ -10,10 +11,10 @@
|
|||||||
"groupSlug": "bun-minor-patch"
|
"groupSlug": "bun-minor-patch"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["dockerfile", "docker-compose"],
|
"matchManagers": ["bun", "npm"],
|
||||||
"matchUpdateTypes": ["minor", "patch", "digest"],
|
"matchUpdateTypes": ["major"],
|
||||||
"groupName": "docker minor+patch+digest updates",
|
"groupName": "bun major updates",
|
||||||
"groupSlug": "docker-minor-patch-digest"
|
"groupSlug": "bun-major"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user