Skip to content

Commit bb39101

Browse files
authored
Create dependabot.yml
1 parent e2aed49 commit bb39101

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Dependabot automatically keeps our packages up to date
2+
# Docs: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: gomod
7+
directory: "/"
8+
schedule:
9+
interval: daily
10+
time: "11:00"
11+
open-pull-requests-limit: 99
12+
reviewers:
13+
- parkr
14+
- package-ecosystem: github-actions
15+
directory: "/"
16+
schedule:
17+
interval: daily
18+
time: "11:00"
19+
open-pull-requests-limit: 99
20+
reviewers:
21+
- parkr

0 commit comments

Comments
 (0)