Skip to content

Commit

Permalink
Update template.go (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinengland authored Jun 11, 2024
1 parent fc13858 commit c8090c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/repo/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func ProcessTemplate(templateContent []byte, overrides map[string]string) ([]byt
"DEPENDABOT_ACTIONS_REVIEWERS": "[\"cmmarslender\", \"Starttoaster\", \"pmaslana\"]",
"DEPENDABOT_NPM_PULL_REQUEST_LIMIT": defaultPullRequestLimit,
"DEPENDABOT_NPM_DIRECTORY": "/",
"DEPENDABOT_NPM_REVIEWERS": "[\"cmmarslender\", \"emlowe\"]",
"DEPENDABOT_NPM_REVIEWERS": "[\"cmmarslender\", \"ChiaMineJP\"]",
"DEPENDABOT_CARGO_DIRECTORY": "/",
"DEPENDABOT_CARGO_PULL_REQUEST_LIMIT": defaultPullRequestLimit,
}
Expand Down

0 comments on commit c8090c5

Please sign in to comment.