We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69436d0 commit c741b40Copy full SHA for c741b40
1 file changed
.github/dependabot.yml
@@ -5,18 +5,27 @@ updates:
5
directory: "/backend"
6
schedule:
7
interval: "monthly"
8
+ # Cooldown
9
+ cooldown:
10
+ default-days: 5
11
open-pull-requests-limit: 10
12
13
# Enable version updates for GitHub Actions
14
- package-ecosystem: "github-actions"
15
directory: "/"
16
17
18
19
20
21
22
23
# Enable version updates for npm
24
- package-ecosystem: "npm"
25
directory: "/frontend"
26
27
- open-pull-requests-limit: 10
28
29
30
31
+ open-pull-requests-limit: 10
0 commit comments