Skip to content

Commit 7fbe04a

Browse files
authored
Add initial Renovate configuration file [skip ci]
1 parent f5a4047 commit 7fbe04a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

renovate.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"commitBodyTable": true,
7+
"semanticCommits": "enabled",
8+
"labels": [
9+
"dependencies"
10+
],
11+
"assignees": [
12+
"hoc081098"
13+
],
14+
"packageRules": [
15+
{
16+
"matchPackagePatterns": [
17+
"*"
18+
],
19+
"matchUpdateTypes": [
20+
"major",
21+
"minor",
22+
"patch"
23+
],
24+
"groupName": "all dependencies",
25+
"groupSlug": "all-deps"
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)