Compare commits
3 Commits
b05aa0ee63
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8cd4caeaf0 | ||
|
|
b66aa99450 | ||
|
|
693e6ec492 |
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
"extends": ["config:recommended"],
|
||||
"baseBranchPatterns": ["next"],
|
||||
"ignorePaths": [
|
||||
"**/node_modules/**",
|
||||
"**/bower_components/**",
|
||||
"packages/webapp/public/98.css/**"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
@@ -11,10 +15,10 @@
|
||||
"groupSlug": "bun-minor-patch"
|
||||
},
|
||||
{
|
||||
"matchManagers": ["bun", "npm"],
|
||||
"matchUpdateTypes": ["major"],
|
||||
"groupName": "bun major updates",
|
||||
"groupSlug": "bun-major"
|
||||
"matchManagers": ["dockerfile", "docker-compose"],
|
||||
"matchUpdateTypes": ["minor", "patch", "digest"],
|
||||
"groupName": "docker minor+patch+digest updates",
|
||||
"groupSlug": "docker-minor-patch-digest"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user