We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3074d7a commit 5563408Copy full SHA for 5563408
.github/dependabot.yml
@@ -0,0 +1,20 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: gomod
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ open-pull-requests-limit: 10
8
+ ignore:
9
+ - dependency-name: go.bug.st/serial
10
+ versions:
11
+ - 1.1.2
12
+ - 1.1.3
13
+ - dependency-name: github.com/sirupsen/logrus
14
15
+ - 1.7.1
16
+- package-ecosystem: github-actions
17
18
19
20
0 commit comments