Skip to content

Commit d3b32ae

Browse files
committed
Update dependabot cadence to two days
1 parent e16815c commit d3b32ae

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
12
version: 2
23
updates:
34
- package-ecosystem: github-actions
@@ -15,7 +16,8 @@ updates:
1516
patterns:
1617
- '*'
1718
cooldown:
18-
default-days: 14
19+
default-days: 2
20+
1921
- package-ecosystem: gradle
2022
directory: /
2123
schedule:
@@ -33,4 +35,4 @@ updates:
3335
commit-message:
3436
prefix: 'chore(build): '
3537
cooldown:
36-
default-days: 14
38+
default-days: 2

0 commit comments

Comments
 (0)