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 28e166e + d9033be commit 6307f2dCopy full SHA for 6307f2d
.github/CODEOWNERS
@@ -0,0 +1,2 @@
1
+go.sum @john-scalingo
2
+.github/workflows/* @john-scalingo
.github/dependabot.yml
@@ -6,16 +6,12 @@ updates:
6
- dependency-type: "all"
7
schedule:
8
interval: "monthly"
9
- reviewers:
10
- - "john-scalingo"
11
groups:
12
dependencies:
13
patterns:
14
- "*"
15
-
16
- package-ecosystem: "github-actions"
17
directory: "/"
18
19
20
21
+
0 commit comments