Skip to content

Commit

Permalink
chore: setup renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 30, 2021
1 parent bee57f2 commit b564f3d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/renovate.json5
@@ -0,0 +1,18 @@
{
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
"labels": ["dependencies"],
"ignorePaths": [
"examples/**",
"test/**",
"**/__tests__/**"
],
"pin": false,
"rangeStrategy": "bump",
"node": false,
"ignoreDeps": [
// manually bumping
"webpack",
"vue",
"vue-i18n"
]
}

0 comments on commit b564f3d

Please sign in to comment.