Skip to content

Commit 5dee6f0

Browse files
committed
Add Renovate Bot config
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent ae9d05a commit 5dee6f0

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

renovate.json

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended",
5+
":gitSignOff"
6+
],
7+
"labels": [
8+
"changelog:dependencies"
9+
],
10+
"postUpdateOptions": [
11+
"gomodTidy",
12+
"gomodUpdateImportPaths"
13+
],
14+
"suppressNotifications": [
15+
"prEditedNotification"
16+
],
17+
"packageRules": [
18+
{
19+
"matchManagers": [
20+
"github-actions"
21+
],
22+
"groupName": "github-actions deps",
23+
"schedule": [
24+
"on the first day of the month"
25+
]
26+
},
27+
{
28+
"matchManagers": [
29+
"github-actions"
30+
],
31+
"matchUpdateTypes": [
32+
"patch",
33+
"digest"
34+
],
35+
"enabled": false
36+
}
37+
]
38+
}

0 commit comments

Comments
 (0)