Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 45458f0

Browse files
authored
Merge pull request #85 from inloco/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2 parents 80c63dc + 732c587 commit 45458f0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gomod
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "03:00"
8+
open-pull-requests-limit: 3
9+
reviewers:
10+
- racevedoo
11+
assignees:
12+
- racevedoo
13+
ignore:
14+
- dependency-name: github.com/Shopify/sarama
15+
versions:
16+
- 1.27.2

0 commit comments

Comments
 (0)