We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59102ff + ea5dff9 commit ffc8019Copy full SHA for ffc8019
.github/CODEOWNERS
@@ -0,0 +1,3 @@
1
+# Dependabot reviewers assignment
2
+go.sum @EtienneM
3
+.github/workflows/* @EtienneM
.github/dependabot.yml
@@ -6,8 +6,6 @@ updates:
6
- dependency-type: "all"
7
schedule:
8
interval: "monthly"
9
- reviewers:
10
- - "EtienneM"
11
groups:
12
dependencies:
13
patterns:
@@ -17,5 +15,3 @@ updates:
17
15
directory: "/"
18
16
19
20
21
0 commit comments