Skip to content

Commit

Permalink
website: set dependabot assignees (#12969)
Browse files Browse the repository at this point in the history
The website build code has been moved out to another repository, so
what's remaining here is local development tooling. Assign these PRs to
the web platform team, but also cut down on the noise we're sending
their way.
  • Loading branch information
tgross authored Jun 1, 2022
1 parent a0e8de3 commit 5ef12a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ updates:
- package-ecosystem: npm
directory: "/website"
schedule:
interval: daily
interval: weekly
assignees:
- @hashicorp/web-platform
labels:
- "theme/dependencies"
- "theme/website"

0 comments on commit 5ef12a6

Please sign in to comment.