Skip to content

Commit 67ce182

Browse files
ci: update GitHub template files (#59)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 657f363 commit 67ce182

File tree

3 files changed

+113
-137
lines changed

3 files changed

+113
-137
lines changed

.github/renovate.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"rangeStrategy": "bump",
1313
"ignorePaths": ["**/node_modules/**"],
1414
"commitMessageSuffix": "[skip ci]",
15+
"assignees": [],
16+
"reviewers": [],
1517
"packageRules": [
1618
{
1719
"groupName": "github-actions",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile"
1919
},
2020
"devDependencies": {
21-
"@changesets/changelog-github": "^0.5.1",
22-
"@changesets/cli": "^2.29.7",
23-
"@trivago/prettier-plugin-sort-imports": "5.2.2",
24-
"prettier": "3.6.2",
21+
"@changesets/changelog-github": "^0.5.2",
22+
"@changesets/cli": "^2.29.8",
23+
"@trivago/prettier-plugin-sort-imports": "6.0.2",
24+
"prettier": "3.7.4",
2525
"prettier-plugin-astro": "0.14.1"
2626
},
2727
"packageManager": "pnpm@10.10.0",

0 commit comments

Comments
 (0)