Skip to content

Commit

Permalink
remove all assignees and reviewers from dependabot PRs and add regist…
Browse files Browse the repository at this point in the history
…ries
  • Loading branch information
circlecube committed Dec 4, 2023
1 parent d27dbee commit 4bd08ad
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: 2
registries: "*"
updates:

# Maintain dependencies for GitHub Actions
Expand All @@ -9,12 +10,6 @@ updates:
- dependency-type: direct
schedule:
interval: "daily"
assignees:
- "wpscholar"
reviewers:
- "aalani95"
- "circlecube"
- "wpscholar"
commit-message:
prefix: "GitHub Actions"
include: "scope"
Expand All @@ -30,12 +25,6 @@ updates:
schedule:
interval: "daily"
versioning-strategy: increase
assignees:
- "wpscholar"
reviewers:
- "aalani95"
- "circlecube"
- "wpscholar"
commit-message:
prefix: "NPM"
prefix-development: "NPM Dev"
Expand All @@ -59,12 +48,6 @@ updates:
allow:
- dependency-type: direct
versioning-strategy: increase
assignees:
- "wpscholar"
reviewers:
- "aalani95"
- "circlecube"
- "wpscholar"
commit-message:
prefix: "Composer"
prefix-development: "Composer Dev"
Expand Down

0 comments on commit 4bd08ad

Please sign in to comment.