Skip to content

Commit 0d2f713

Browse files
authored
migrate dependabot to renovate (#77)
1 parent a1ab583 commit 0d2f713

File tree

2 files changed

+24
-33
lines changed

2 files changed

+24
-33
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

renovate.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"timezone": "America/Los_Angeles",
7+
"schedule": [
8+
"before 8am on monday"
9+
],
10+
"prHourlyLimit": 0,
11+
"prConcurrentLimit": 100,
12+
"reviewers": [
13+
"lingrino"
14+
],
15+
"packageRules": [
16+
{
17+
"groupName": "all",
18+
"matchManagers": [
19+
"github-actions",
20+
"gomod"
21+
]
22+
}
23+
]
24+
}

0 commit comments

Comments
 (0)