Can the ability to issue Dependabot commands be delegated? #1883
Unanswered
EliahKagan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From #1882 (comment):
For Dependabot PRs specifically, I'm not sure if there's anything that can reasonably be done. Dependabot follows commands issued in comments by users with write access.
(Anyone who can comment can write a comment that looks like it contains a Dependabot command, and this does notify Dependabot. But Dependabot entirely ignores such comments unless the user has write access to the repository. So, for example, I was of course able to post #1878 (comment), but Dependabot did not acknowledge the command.)
Maybe rulesets and CODEOWNERS with branch protection rules can be used with the effect of conferring this ability in a fine-grained way. But I am not sure.
@dependabot merge
.dependabot/**
branches), but Dependabot is not restricted in what it can modify, then this is similar to the ability to create and merge an arbitrary pull request to the main branch. Although pushing to Dependabot branches is useful for manually fixing things up, most of the time it is not needed.Beta Was this translation helpful? Give feedback.
All reactions