Compare commits
1 Commits
0.11.0
...
3f853aba92
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f853aba92 |
@@ -15,7 +15,6 @@ jobs:
|
|||||||
- "helm.json"
|
- "helm.json"
|
||||||
- "common.json"
|
- "common.json"
|
||||||
- "docker-compose.json"
|
- "docker-compose.json"
|
||||||
- "bun-npm.json"
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Validate "${{ matrix.json-file }}"
|
- name: Validate "${{ matrix.json-file }}"
|
||||||
|
|||||||
19
bun-npm.json
19
bun-npm.json
@@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"$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