Skip to content

Commit 9459571

Browse files
Configure Renovate (#13)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Leon Yang <yangxin@pingcap.com>
1 parent 9954eca commit 9459571

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,5 @@ out
128128
.yarn/build-state.yml
129129
.yarn/install-state.gz
130130
.pnp.*
131+
132+
.idea/

renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:base"],
4+
"labels": ["dependencies"],
5+
"vulnerabilityAlerts": {
6+
"enabled": true
7+
},
8+
"packageRules": [
9+
{
10+
"enabled": false,
11+
"matchPackagePatterns": ["*"]
12+
}
13+
],
14+
"baseBranches": ["main", "/^release\\/.*/"]
15+
}

0 commit comments

Comments
 (0)