We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffaed8 commit c3a9e50Copy full SHA for c3a9e50
1 file changed
.github/dependabot.yml
@@ -8,22 +8,22 @@ updates:
8
- package-ecosystem: "github-actions" # See documentation for possible values
9
directory: "/" # Location of package manifests
10
schedule:
11
- interval: "weekly"
+ interval: "monthly"
12
labels:
13
- "dependencies"
14
15
# Enable version updates for npm
16
- package-ecosystem: "npm"
17
directory: "/"
18
19
20
21
22
23
# Enable version updates for Docker
24
- package-ecosystem: "docker"
25
26
27
28
29
0 commit comments