Skip to content

Commit 087eef2

Browse files
committed
Add renovate configuration
1 parent 69ee7ba commit 087eef2

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"commitMessagePrefix": "[dependencies]",
4+
"extends": [
5+
"config:base",
6+
":disableRateLimiting"
7+
],
8+
"golang": {
9+
"enabled": false
10+
},
11+
"packageRules": [
12+
{
13+
"matchManagers": [
14+
"github-actions"
15+
],
16+
"groupName": "github-actions"
17+
}
18+
]
19+
}

0 commit comments

Comments
 (0)