Skip to content

Commit c0ee25b

Browse files
authored
chore: update dependencies (prosekit#1654)
1 parent 78a7c7b commit c0ee25b

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
echo "NO_COLOR=1" >> "${GITHUB_ENV}"
1818
1919
- name: Install pnpm
20-
uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
20+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
2121

2222
- name: Setup node
2323
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ updates:
44
- package-ecosystem: npm
55
directory: /
66
schedule:
7-
interval: daily
7+
interval: monthly
88
cooldown:
9-
default-days: 7
9+
default-days: 30
1010
groups:
1111
non-major:
1212
update-types:
@@ -18,9 +18,9 @@ updates:
1818
- package-ecosystem: github-actions
1919
directory: /
2020
schedule:
21-
interval: daily
21+
interval: monthly
2222
cooldown:
23-
default-days: 7
23+
default-days: 30
2424
groups:
2525
non-major:
2626
update-types:

.github/workflows/hide-bot-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: >-
1717
github.event.pull_request.head.repo.full_name == github.repository &&
1818
github.event.pull_request.user.login != 'dependabot[bot]'
19-
uses: int128/hide-comment-action@392bc214093dafaebdf99c7d6298245262832d15 # v1.58.0
19+
uses: int128/hide-comment-action@470cf6b660f188047418db1eb3f72f0a88907e71 # v1.59.0
2020
with:
2121
authors: |
2222
github-actions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.0",
55
"private": true,
6-
"packageManager": "pnpm@11.1.3",
6+
"packageManager": "pnpm@11.3.0",
77
"description": "Monorepo for ProseKit",
88
"scripts": {
99
"build": "turbo build",

0 commit comments

Comments
 (0)