Skip to content

Commit

Permalink
chore: fix You have included an unsupported manager in a package rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
KUN1007 committed Oct 14, 2024
1 parent 53f8dac commit 73ddbf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packageRules": [
{
"managers": ["npm", "pnpm"],
"managers": ["npm"],
"packageNames": ["pnpm"],
"enabled": true,
"rangeStrategy": "bump"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kun-galgame-nuxt3",
"version": "2.18.33",
"version": "2.18.34",
"packageManager": "[email protected]",
"private": true,
"scripts": {
Expand Down

0 comments on commit 73ddbf3

Please sign in to comment.