We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2aed49 commit bb39101Copy full SHA for bb39101
.github/dependabot.yml
@@ -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
16
17
18
19
20
21
0 commit comments