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 1c22690 commit f36e36bCopy full SHA for f36e36b
.github/CODEOWNERS
@@ -0,0 +1,7 @@
1
+# Each line is a file pattern followed by one or more owners.
2
+
3
+# These owners will be the default owners for everything in
4
+# the repo. Unless a later match takes precedence,
5
+# @panz3r will be requested for review when someone
6
+# opens a pull request.
7
+* @panz3r
.github/dependabot.yml
@@ -10,13 +10,14 @@ updates:
10
directory: "/"
11
schedule:
12
interval: monthly
13
- reviewers:
14
- - "panz3r"
+ - package-ecosystem: "github-actions"
15
+ directory: "/"
16
+ schedule:
17
+ interval: monthly
18
19
- package-ecosystem: "npm"
20
21
22
interval: weekly
23
day: tuesday
0 commit comments