File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,18 @@ updates:
44 - package-ecosystem : ' npm'
55 directory : ' /'
66 schedule :
7- interval : ' weekly '
7+ interval : ' biweekly '
88 allow :
99 - update-types :
1010 - " version-update:semver-patch"
1111 - " version-update:semver-minor"
12+
13+ - package-ecosystem : ' npm'
14+ directory : ' /'
15+ schedule :
16+ interval : ' monthly'
17+ allow :
18+ - update-types :
1219 - " version-update:semver-major"
1320
1421 # Enable version updates for GitHub Actions
@@ -17,4 +24,4 @@ updates:
1724 # You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
1825 directory : " /"
1926 schedule :
20- interval : " weekly "
27+ interval : " biweekly "
Original file line number Diff line number Diff line change 5959 cache : ${{ steps.detect-package-manager.outputs.manager }}
6060 cache-dependency-path : pnpm-lock.yaml
6161
62+ # NOTE: In CI environments (GitHub Actions sets CI=true automatically),
63+ # pnpm defaults to `--frozen-lockfile`
64+
6265 - name : Install dependencies
6366 run : ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
6467
Original file line number Diff line number Diff line change 1616 "@radix-ui/react-label" : " ^2.1.8" ,
1717 "@radix-ui/react-menubar" : " ^1.1.20" ,
1818 "@radix-ui/react-navigation-menu" : " ^1.2.18" ,
19- "@radix-ui/react-scroll-area" : " ^1.2.10 " ,
19+ "@radix-ui/react-scroll-area" : " ^1.2.14 " ,
2020 "@radix-ui/react-separator" : " ^1.1.11" ,
2121 "@radix-ui/react-slot" : " ^1.3.0" ,
22- "@radix-ui/react-tabs" : " ^1.1.13 " ,
22+ "@radix-ui/react-tabs" : " ^1.1.17 " ,
2323 "class-variance-authority" : " ^0.7.1" ,
2424 "clsx" : " ^2.1.1" ,
2525 "lucide-react" : " ^1.23.0" ,
3030 "tailwind-merge" : " ^3.5.0"
3131 },
3232 "devDependencies" : {
33- "@tailwindcss/postcss" : " ^4.2.1 " ,
33+ "@tailwindcss/postcss" : " ^4.3.2 " ,
3434 "@types/node" : " ^25.2.2" ,
3535 "@types/react" : " ^19.2.17" ,
3636 "@types/react-dom" : " ^19.2.3" ,
You can’t perform that action at this time.
0 commit comments