Skip to content

Commit c093e62

Browse files
authored
Merge pull request #173 from ahoy-cli/update-codeql-actions
ci: Add Dependabot cooldown of 7 days
2 parents 9d7c7f6 + 04522a9 commit c093e62

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ updates:
99
directory: "/v2/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
cooldown:
13+
default-days: 7
1214
assignees:
1315
- "ocean"
1416

@@ -17,5 +19,7 @@ updates:
1719
directory: "/v2/"
1820
schedule:
1921
interval: "weekly"
22+
cooldown:
23+
default-days: 7
2024
assignees:
2125
- "ocean"

0 commit comments

Comments
 (0)