Skip to content

Commit

Permalink
chore(ci): add renovate (#1338)
Browse files Browse the repository at this point in the history
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Eiinu <[email protected]>
  • Loading branch information
renovate[bot] authored Aug 29, 2023
1 parent a99b9bd commit 2ac86b9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base", "schedule:weekly", "group:allNonMajor"
],
"labels": ["dependencies"],
"ignorePaths": [
"src/**",
"packages/nutui-templates/**"
],
"packageRules": [
{
"matchPackagePatterns": ["^@tarojs"],
"enabled": false
}
],
"ignoreDeps": [
"node",
"typescript"
]
}

0 comments on commit 2ac86b9

Please sign in to comment.