From 66cf5d569da28140296570779df3fbb1fdba378a Mon Sep 17 00:00:00 2001 From: lgurav <156449951+lgurav@users.noreply.github.com> Date: Thu, 15 May 2025 12:12:11 +0530 Subject: [PATCH] Create automateDependabot.yml --- .github/workflows/automateDependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/automateDependabot.yml diff --git a/.github/workflows/automateDependabot.yml b/.github/workflows/automateDependabot.yml new file mode 100644 index 0000000..cf3af96 --- /dev/null +++ b/.github/workflows/automateDependabot.yml @@ -0,0 +1,14 @@ +name: AutoMerge +on: pull_request_target + +permissions: + pull-requests: write + contents: write + +jobs: + Dependabot_Automerge: + uses: intel-innersource/frameworks.actions.dependabot-automerge/.github/workflows/dependabot_automerge_pr.yml@main + with: + DEPENDABOT_RUNNERS: "['ubuntu-latest']" + secrets: + GH_TOKEN: ${{ secrets.GH_TOKEN }}