We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef0cd0 commit 2640cc0Copy full SHA for 2640cc0
1 file changed
.github/dependabot.yml
@@ -9,6 +9,8 @@ updates:
9
timezone: 'Europe/Berlin'
10
pull-request-branch-name:
11
separator: '-'
12
+ cooldown:
13
+ default-days: 3
14
15
- package-ecosystem: 'npm'
16
directory: '/'
@@ -17,6 +19,8 @@ updates:
17
19
interval: 'daily'
18
20
time: '04:00'
21
22
23
24
ignore:
25
# We ignore output targets they would introduce breaking changes
26
- dependency-name: '@stencil/react-output-target'
0 commit comments