File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " :disableDependencyDashboard" ,
5+ " :disablePeerDependencies" ,
6+ " :semanticPrefixFixDepsChoreOthers" ,
7+ " :ignoreModulesAndTests" ,
8+ " workarounds:all" ,
9+ " helpers:pinGitHubActionDigestsToSemver" ,
10+ " docker:disable"
11+ ],
12+ "rangeStrategy" : " bump" ,
13+ "ignorePaths" : [" **/node_modules/**" ],
14+ "commitMessageSuffix" : " [skip netlify]" ,
15+ "packageRules" : [
16+ {
17+ "groupName" : " github-actions" ,
18+ "matchManagers" : [" github-actions" ]
19+ },
20+ {
21+ "matchManagers" : [" npm" ],
22+ "matchDepTypes" : [" dependencies" , " devDependencies" ],
23+ "separateMajorMinor" : true
24+ },
25+ {
26+ "description" : " Disable package manager version updates" ,
27+ "matchPackageNames" : [" pnpm" ],
28+ "matchDepTypes" : [" packageManager" ],
29+ "enabled" : false
30+ }
31+ ]
32+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments