2 parents 6f0ac4c + b7ebeef commit 51bb4deCopy full SHA for 51bb4de
2 files changed
.github/CODEOWNERS
@@ -0,0 +1,2 @@
1
+# Default owner for everything
2
+* @ErickXavier
.github/dependabot.yml
@@ -0,0 +1,12 @@
+version: 2
+updates:
3
+ - package-ecosystem: "npm"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ open-pull-requests-limit: 10
8
+ - package-ecosystem: "github-actions"
9
10
11
12
+ open-pull-requests-limit: 5
0 commit comments