Skip to content

Commit 182fc42

Browse files
authored
Merge pull request #49 from GrantBirki/codex/mini-shai-hulud-cooldowns
Add dependency cooldowns
2 parents 5a8aff7 + 63f7f46 commit 182fc42

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yml

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

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
min-release-age=45

0 commit comments

Comments
 (0)