From b9d04d4cb3ac2cfaf71d88a1cbe1172172c8d329 Mon Sep 17 00:00:00 2001 From: David Pine Date: Wed, 12 Oct 2022 15:09:42 -0500 Subject: [PATCH] Update dependabot-bot.yml --- .github/workflows/dependabot-bot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dependabot-bot.yml b/.github/workflows/dependabot-bot.yml index 0d9e095f247a1..70fc4014f9130 100644 --- a/.github/workflows/dependabot-bot.yml +++ b/.github/workflows/dependabot-bot.yml @@ -16,6 +16,10 @@ on: jobs: dependabot-bot: runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write + # Checkout the repo into the workspace within the VM steps: - uses: actions/checkout@v3