kubernetes-ingress-controller icon indicating copy to clipboard operation
kubernetes-ingress-controller copied to clipboard

Bot user for dependabot to include in CODEOWNERS and allow automerge PRs

Open pmalek opened this issue 3 years ago • 0 comments

Given recent changed in CI such that dependabot's PRs get automatically enabled auto-merge and are approved by githubactions[bot] we have realized that in order for this to work dependabot would have to be added to CODEOWNERS (which is not possible as per this post: https://github.community/t/is-it-possible-to-add-github-apps-bot-to-codeowners/3146/2 by one of Github's maintainer) or the CODEOWNERS would need to be disabled for a repo (which we don't want to do).

This leaves us with one option: to introduce a bot user account for which we'll be able to create Personal Access Tokens giving us the permissions to auto merge the PRs.

pmalek avatar Jul 21 '22 16:07 pmalek