Skip to content

Commit

Permalink
chore: add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
KUN1007 committed Oct 14, 2024
1 parent 79c0696 commit 59ef0d9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"packageRules": [
{
"managers": ["npm", "pnpm"],
"packageNames": ["pnpm"],
"enabled": true,
"rangeStrategy": "bump"
}
]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "kun-galgame-nuxt3",
"version": "2.18.30",
"version": "2.18.31",
"packageManager": "[email protected]",
"private": true,
"scripts": {
"build": "nuxt build",
Expand Down

0 comments on commit 59ef0d9

Please sign in to comment.