Merge branch 'main' into main
This commit is contained in:
commit
99678b121e
4 changed files with 18 additions and 7 deletions
|
@ -5,11 +5,15 @@ description: 'setup node'
|
|||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
|
||||
with:
|
||||
standalone: true
|
||||
|
||||
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
||||
with:
|
||||
node-version-file: .node-version
|
||||
# cache: 'npm'
|
||||
- shell: bash
|
||||
run: corepack enable
|
||||
cache: 'pnpm'
|
||||
|
||||
- shell: bash
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
|
|
@ -83,9 +83,9 @@ jobs:
|
|||
matrix:
|
||||
k3s:
|
||||
- v1.27.16+k3s1 # renovate: k3s
|
||||
- v1.28.12+k3s1 # renovate: k3s
|
||||
- v1.29.7+k3s1 # renovate: k3s
|
||||
- v1.30.3+k3s1 # renovate: k3s
|
||||
- v1.28.13+k3s1 # renovate: k3s
|
||||
- v1.29.8+k3s1 # renovate: k3s
|
||||
- v1.30.4+k3s1 # renovate: k3s
|
||||
|
||||
steps:
|
||||
- run: cat /etc/os-release
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
"packageManager": "pnpm@9.10.0",
|
||||
"engines": {
|
||||
"node": "^18.12.0 || >=20.9.0",
|
||||
"node": "^20.9.0",
|
||||
"pnpm": "^9.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -87,6 +87,13 @@
|
|||
"matchUpdateTypes": ["major", "minor"],
|
||||
"automerge": false
|
||||
},
|
||||
{
|
||||
"description": "Group k3s patch updates",
|
||||
"matchDatasources": ["github-releases"],
|
||||
"matchPackageNames": ["k3s-io/k3s"],
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"groupName": "k3s"
|
||||
},
|
||||
{
|
||||
"description": "Use test scope for forgejo ci tests",
|
||||
"matchFileNames": ["ci/*.yaml"],
|
||||
|
|
Loading…
Reference in a new issue