Skip to content

Commit a79fe41

Browse files
committed
chore: update dependabot configuration and pnpm workspace settings
1 parent 87f93b3 commit a79fe41

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/dependabot.yml

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

1315
- package-ecosystem: "github-actions"
1416
directory: "/"

pnpm-workspace.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ packages:
33
- "userscript"
44

55
allowBuilds:
6-
esbuild: true
6+
esbuild: true
7+
8+
minimumReleaseAge: 1440
9+
minimumReleaseAgeExclude:
10+
- '@typescriptprime/*'

0 commit comments

Comments
 (0)