Skip to content

Commit 1f9a57a

Browse files
committed
build(ci): remove reviewers as github handles that through codeowners. Add cooldown of 1 day to prevent dependabot from opening up a PR that pnpm will fail
1 parent a5f3984 commit 1f9a57a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Dependency updates
22
package.json @system76/web-engineering
33
pnpm-lock.yaml @system76/web-engineering
4-
pnpm-workspace.yaml @system76/web-engineering
4+
pnpm-workspace.yaml @system76/web-engineering

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ updates:
55
schedule:
66
interval: "weekly"
77
day: "monday"
8-
reviewers:
9-
- "system76/web-engineering"
8+
cooldown:
9+
default-days: 1
1010

1111
- package-ecosystem: "npm"
1212
directory: "/"
1313
schedule:
1414
interval: "weekly"
1515
day: "monday"
16-
reviewers:
17-
- "system76/web-engineering"
16+
cooldown:
17+
default-days: 1

0 commit comments

Comments
 (0)