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