diff --git a/.github/workflows/dependabot-manager.yml b/.github/workflows/dependabot-manager.yml new file mode 100644 index 00000000..e3bb99ca --- /dev/null +++ b/.github/workflows/dependabot-manager.yml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://www.schemastore.org/github-workflow.json +--- +name: Dependabot Manager + +on: + pull_request: + types: + - opened + - reopened + - synchronize + +permissions: {} + +jobs: + dependabot-manager: + if: github.event.pull_request.user.login == 'dependabot[bot]' + uses: radius-project/.github/.github/workflows/__dependabot-manager.yml@main + permissions: + contents: read + pull-requests: read + secrets: + DEPENDABOT_MANAGER_BOT_CLIENT_ID: ${{ secrets.DEPENDABOT_MANAGER_BOT_CLIENT_ID }} + DEPENDABOT_MANAGER_BOT_PRIVATE_KEY: ${{ secrets.DEPENDABOT_MANAGER_BOT_PRIVATE_KEY }}