Skip to content

Commit 5e16fa2

Browse files
authored
Merge pull request #492 from jbampton/patch-1
2 parents d09bb66 + 37ace1a commit 5e16fa2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ updates:
99
bundler-dependencies:
1010
patterns:
1111
- '*'
12+
cooldown:
13+
default-days: 7
1214
- package-ecosystem: 'github-actions'
1315
directory: '/'
1416
schedule:
@@ -17,6 +19,8 @@ updates:
1719
github-actions-dependencies:
1820
patterns:
1921
- '*'
22+
cooldown:
23+
default-days: 7
2024
- package-ecosystem: 'pre-commit'
2125
directory: '/'
2226
schedule:
@@ -25,3 +29,5 @@ updates:
2529
pre-commit-hooks:
2630
patterns:
2731
- '*'
32+
cooldown:
33+
default-days: 7

0 commit comments

Comments
 (0)