tinglesoftware / dependabot-azure-devops

Tools for updating dependencies in Azure DevOps repositories using https://dependabot.com
MIT License
201 stars 66 forks source link

Replace variable placeholders for `assignees`, `reviewers`, `milestone`, and `target-branch` configs #1449

Closed rhyskoedijk closed 1 week ago

rhyskoedijk commented 2 weeks ago

Closes #1448.

Replace variable placeholders in dependabot.yml for assignees, reviewers, milestone, and target-branch config options, which are options that the end-user is most likely to want to override using Azure DevOps pipeline variables.

mburumaxwell commented 1 week ago

While this is nice to have, I would very much prefer to have configuration files be very close to the official one. I feel this will open the door for other problems. I do not see why the assignees, reviews, milestone, and target-branch should not be fixed in the configuration file.

rhyskoedijk commented 1 week ago

Makes sense, I'll close this; Might be worth closing #1448 with a "won't fix".