Skip to content

Commit 8893bb1

Browse files
committed
chore: configure Renovate
1 parent 21cd573 commit 8893bb1

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

.github/renovate.json

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended",
5+
"group:allNonMajor"
6+
],
7+
"reviewers": ["team:developer"],
8+
"packageRules": [
9+
{
10+
"matchManagers": ["github-actions"],
11+
"groupName": "Github Action",
12+
"labels": ["github_actions", "area: dependencies"],
13+
"matchPackageNames": [
14+
"*"
15+
],
16+
"matchUpdateTypes": [
17+
"minor",
18+
"patch"
19+
]
20+
},
21+
{
22+
"matchManagers": ["npm", "nvm"],
23+
"groupName": "Website",
24+
"labels": ["lang: javascript", "area: dependencies"],
25+
"matchPackageNames": [
26+
"*"
27+
],
28+
"matchUpdateTypes": [
29+
"minor",
30+
"patch"
31+
]
32+
},
33+
{
34+
"matchManagers": ["gomod"],
35+
"groupName": "golang",
36+
"labels": ["lang: go", "area: dependencies"],
37+
"matchPackageNames": [
38+
"*"
39+
],
40+
"matchUpdateTypes": [
41+
"minor",
42+
"patch"
43+
]
44+
}
45+
]
46+
}

0 commit comments

Comments
 (0)