feat: add bun/npm support
All checks were successful
CI / Test (action.json) (pull_request) Successful in 35s
CI / Test (bun-npm.json) (pull_request) Successful in 37s
CI / Test (docker-compose.json) (pull_request) Successful in 35s
CI / Test (helm.json) (pull_request) Successful in 34s
CI / Test (common.json) (pull_request) Successful in 1m30s
CI / Test (k8s.json) (pull_request) Successful in 35s
All checks were successful
CI / Test (action.json) (pull_request) Successful in 35s
CI / Test (bun-npm.json) (pull_request) Successful in 37s
CI / Test (docker-compose.json) (pull_request) Successful in 35s
CI / Test (helm.json) (pull_request) Successful in 34s
CI / Test (common.json) (pull_request) Successful in 1m30s
CI / Test (k8s.json) (pull_request) Successful in 35s
This commit is contained in:
19
bun-npm.json
Normal file
19
bun-npm.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["local>t.behrendt/renovate-configs:common"],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Group all minor and patch updates together",
|
||||
"groupName": "all non-major dependencies",
|
||||
"groupSlug": "all-minor-patch",
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchManagers": ["npm", "bun"]
|
||||
},
|
||||
{
|
||||
"description": "Group Bun version and Docker version updates together",
|
||||
"groupName": "bun version",
|
||||
"groupSlug": "bun-version",
|
||||
"matchPackageNames": ["Bun", "oven/bun"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user