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 b9007e7 commit cc037b7Copy full SHA for cc037b7
.github/dependabot.yml
@@ -5,7 +5,30 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "swift" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: "swift"
+ directory: "/"
10
schedule:
11
interval: "weekly"
12
+ reviewers:
13
+ - "grdsdev"
14
+ commit-message:
15
+ prefix: "chore(deps)"
16
+ include: "scope"
17
+ - package-ecosystem: "npm"
18
19
+ schedule:
20
+ interval: "weekly"
21
22
23
24
25
26
+ - package-ecosystem: "github-actions"
27
28
29
30
31
32
33
34
0 commit comments