Skip to content

Commit 9cc85c1

Browse files
VLN-1351: fix missing-dependency-cooldown (#4576)
Co-authored-by: picatz <14850816+picatz@users.noreply.github.com> Co-authored-by: Brian MacDonald <brian.macdonald@temporal.io>
1 parent 3b75b7c commit 9cc85c1

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
cooldown:
8+
default-days: 14
9+
10+
- package-ecosystem: github-actions
11+
directory: "/"
12+
schedule:
13+
interval: weekly
14+
cooldown:
15+
default-days: 14

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npmMinimalAgeGate: "14d"

0 commit comments

Comments
 (0)