Skip to content

Commit 98466b3

Browse files
committed
add renovate
1 parent 042197b commit 98466b3

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.releaserc.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
{
22
"branches": ["main"],
33
"plugins": [
4-
"@semantic-release/commit-analyzer",
4+
[
5+
"@semantic-release/commit-analyzer",
6+
{
7+
"preset": "angular",
8+
"releaseRules": [
9+
{"type": "chore", "scope": "deps", "release": "patch"},
10+
{"type": "chore", "scope": "deps-dev", "release": "patch"},
11+
{"type": "fix", "scope": "deps", "release": "patch"},
12+
{"type": "feat", "scope": "deps", "release": "minor"}
13+
]
14+
}
15+
],
516
"@semantic-release/release-notes-generator",
617
"@semantic-release/github"
718
]
8-
}
19+
}

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"github>vspo-lab//config/renovate#1.0.0"
5+
]
6+
}

0 commit comments

Comments
 (0)