Skip to content

Commit c2f58cf

Browse files
Configure Renovate (#2)
* Add renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Felix.Chen <felix.chen@sap.com>
1 parent 6f50075 commit c2f58cf

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

renovate.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base",
5+
":label(dependencies)",
6+
":reviewer(team:reviewers)"
7+
],
8+
"packageRules": [
9+
{
10+
"groupName": "Npm non-major dependencies",
11+
"matchManagers": ["npm"],
12+
"matchDepTypes": ["dependencies"],
13+
"matchUpdateTypes": ["minor", "patch"]
14+
},
15+
{
16+
"groupName": "Npm non-major dev dependencies",
17+
"matchManagers": ["npm"],
18+
"matchDepTypes": ["devDependencies"],
19+
"matchUpdateTypes": ["minor", "patch"]
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)