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 2ed7b1d commit 6912a7aCopy full SHA for 6912a7a
.github/dependabot.yml
@@ -3,7 +3,7 @@ updates:
3
- package-ecosystem: "npm"
4
directory: "/web"
5
schedule:
6
- interval: "weekly"
+ interval: "monthly" # when template is used, recommended interval is "weekly"
7
groups:
8
web:
9
update-types:
@@ -13,7 +13,7 @@ updates:
13
- package-ecosystem: "pip"
14
directory: "/api"
15
16
17
18
api:
19
@@ -25,7 +25,7 @@ updates:
25
- "/web"
26
- "/api"
27
28
29
30
dockerfile:
31
0 commit comments