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.
1 parent 51041b3 commit d0914d7Copy full SHA for d0914d7
.github/CODEOWNERS
@@ -0,0 +1,2 @@
1
+* @lorenzodonini
2
+
.github/dependabot.yaml
@@ -0,0 +1,22 @@
+version: 2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "monthly"
7
+ reviewers:
8
+ - "lorenzodonini"
9
10
+ - package-ecosystem: "docker"
11
+ directory: "/example/"
12
13
14
15
16
17
+ - package-ecosystem: "gomod"
18
19
20
21
22
0 commit comments