Skip to content

Commit

Permalink
chore: disable vue renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed May 16, 2023
1 parent cdc2269 commit 5af2352
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/renovate.json5
Expand Up @@ -10,12 +10,6 @@
enabled: false,
},

{
matchPackageNames: ['vue', 'vue2'],
matchUpdateTypes: ['major'],
enabled: false,
},

{
groupName: 'volarjs',
groupSlug: 'volar-related',
Expand All @@ -25,5 +19,5 @@
matchDepTypes: ['peerDependencies', 'devDependencies', 'dependencies'],
},
],
ignoreDeps: ['node'],
ignoreDeps: ['node', 'vue', 'vue2'],
}

0 comments on commit 5af2352

Please sign in to comment.