How do I test dependabot before merging config

Viewed 2032

Is there a way to test that dependabot is working as expected before merging it to my repo?

I work on a pretty large team and I want to make sure I can test the functionality before merging. I have a branch created with a PR open to our develop branch. Is there a way to make sure the PR to update the dependencies is created and the reviewers I have set are added?

2 Answers
Related