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 b8e349d commit 0395410Copy full SHA for 0395410
.github/dependabot.yml
@@ -2,6 +2,8 @@ version: 2
2
updates:
3
- package-ecosystem: npm
4
directory: "/"
5
+ reviewers:
6
+ - "github/codeql-production-shield"
7
schedule:
8
interval: weekly
9
labels:
@@ -20,6 +22,8 @@ updates:
20
22
- "*"
21
23
- package-ecosystem: github-actions
24
25
26
27
28
29
groups:
@@ -28,6 +32,8 @@ updates:
32
33
30
34
directory: "/.github/actions/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
35
36
31
37
38
39
0 commit comments