Compare commits
4 Commits
29d91d173c
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ab2971f241 | |||
| f97bed4bb9 | |||
| 08fb209b72 | |||
| 4f9875fc81 |
@@ -24,7 +24,7 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
key: ${{ runner.os }}-bun-${{ hashFiles('bun.lockb') }}
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-bun-${{ hashFiles('bun.lockb') }}
|
||||
|
||||
- name: Install dependencies
|
||||
if: steps.cache-deps.outputs.cache-hit != 'true'
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"cspell": "10.0.1",
|
||||
"oxlint": "1.75.0",
|
||||
"oxlint": "1.76.0",
|
||||
"typescript": "7.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
+2
-8
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"local>t.behrendt/renovate-configs:common",
|
||||
"local>t.behrendt/renovate-configs:action"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["Bun", "oven/bun"],
|
||||
"groupName": "bun version"
|
||||
}
|
||||
"local>t.behrendt/renovate-configs:action",
|
||||
"local>t.behrendt/renovate-configs:bun-npm"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user