Skip to content

Commit 7798f7b

Browse files
ci: update GitHub template files
1 parent 02f75f2 commit 7798f7b

5 files changed

Lines changed: 36 additions & 34 deletions

File tree

.github/renovate.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
":disableDependencyDashboard",
5+
":semanticPrefixFixDepsChoreOthers",
6+
":ignoreModulesAndTests",
7+
"workarounds:all",
8+
"helpers:pinGitHubActionDigestsToSemver",
9+
"docker:disable"
10+
],
11+
"rangeStrategy": "bump",
12+
"ignorePaths": ["**/node_modules/**"],
13+
"packageRules": [
14+
{
15+
"groupName": "github-actions",
16+
"matchManagers": ["github-actions"]
17+
},
18+
{
19+
"groupName": "npm-packages",
20+
"description": "Group patch+minor updates, keep majors separate",
21+
"matchManagers": ["npm"],
22+
"matchDepTypes": ["dependencies", "devDependencies", "peerDependencies"],
23+
"matchUpdateTypes": ["patch", "minor", "major"],
24+
"separateMajorMinor": true
25+
},
26+
{
27+
"description": "Disable package manager version updates",
28+
"matchPackageNames": ["pnpm"],
29+
"matchDepTypes": ["packageManager"],
30+
"enabled": false
31+
}
32+
]
33+
}

.github/renovate.json5

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
1717

1818
- name: Setup Node
19-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
19+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2020
with:
2121
node-version: 20
2222
cache: "pnpm"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"prettier": "3.5.3",
1616
"prettier-plugin-astro": "0.14.1"
1717
},
18-
"packageManager": "pnpm@9.6.0"
18+
"packageManager": "pnpm@10.10.0"
1919
}

starlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
"starlight-theme-rapide": "^0.4.0",
3232
"starlight-view-modes": "^0.10.2"
3333
},
34-
"packageManager": "pnpm@9.6.0"
34+
"packageManager": "pnpm@10.10.0"
3535
}

0 commit comments

Comments
 (0)