Skip to content

Commit 311a50c

Browse files
Add assignees for npm pull requests in dependabot.yml
1 parent 9626871 commit 311a50c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ updates:
1212
# Check the npm registry for updates every week
1313
schedule:
1414
interval: "weekly"
15+
# Raise all npm pull requests with assignees
16+
assignees:
17+
- "jonathanbossenger"
1518

1619
# Enable version updates for npm in dynamic-copyright-date-block
1720
- package-ecosystem: "npm"
@@ -20,3 +23,6 @@ updates:
2023
# Check the npm registry for updates every week
2124
schedule:
2225
interval: "weekly"
26+
# Raise all npm pull requests with assignees
27+
assignees:
28+
- "jonathanbossenger"

0 commit comments

Comments
 (0)