From 89a228a55863ccc779b60bd7f72e772938905edc Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Mon, 8 May 2023 13:45:23 +0200 Subject: [PATCH] Create approve-dependabot-pr.yml --- .github/workflows/approve-dependabot-pr.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/approve-dependabot-pr.yml diff --git a/.github/workflows/approve-dependabot-pr.yml b/.github/workflows/approve-dependabot-pr.yml new file mode 100644 index 00000000..9dbe1149 --- /dev/null +++ b/.github/workflows/approve-dependabot-pr.yml @@ -0,0 +1,14 @@ +name: "Approve Dependabot PR's" +on: + pull_request: + +permissions: + contents: write + pull-requests: write + actions: write + +jobs: + dependabot: + uses: devops-actions/.github/.github/workflows/approve-dependabot-pr.yml@main + secrets: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}