feat: add bun/npm support (#50)
All checks were successful
CD / Release (push) Successful in 7s
All checks were successful
CD / Release (push) Successful in 7s
Adding support for bun/npm. 1. Groups minor & patch updates together 2. Groups Bun version and docker version updates together. Reviewed-on: #50 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #50.
This commit is contained in:
@@ -15,6 +15,7 @@ jobs:
|
||||
- "helm.json"
|
||||
- "common.json"
|
||||
- "docker-compose.json"
|
||||
- "bun-npm.json"
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- name: Validate "${{ matrix.json-file }}"
|
||||
|
||||
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