Skip to content

Commit

Permalink
chore: Configure Renovate (#3)
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: Haoqun Jiang <[email protected]>
  • Loading branch information
renovate[bot] and haoqunjiang authored Feb 21, 2023
1 parent cf0bd48 commit 28d7e35
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"schedule:weekly",
"group:allNonMajor",
":semanticCommitTypeAll(chore)"
],
"rangeStrategy": "bump",
"labels": ["dependencies"],
"ignoreDeps": ["typescript"]
}

0 comments on commit 28d7e35

Please sign in to comment.