Add initial files
This commit is contained in:
19
renovate.json
Normal file
19
renovate.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"baseBranchPatterns": ["next"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["bun", "npm"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "bun minor+patch updates",
|
||||
"groupSlug": "bun-minor-patch"
|
||||
},
|
||||
{
|
||||
"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