From ac7d45d44dab7f2a20c19439ea419f7ad4f8ef63 Mon Sep 17 00:00:00 2001 From: "radius-files-sync[bot]" <248604391+radius-files-sync[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 22:31:23 +0000 Subject: [PATCH 1/2] chore(sync): created local '.github/workflows/dependabot-manager.yml' from remote 'workflow-templates/dependabot-manager.yml' --- .github/workflows/dependabot-manager.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/dependabot-manager.yml diff --git a/.github/workflows/dependabot-manager.yml b/.github/workflows/dependabot-manager.yml new file mode 100644 index 00000000..52522a10 --- /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_target: + 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 }} From 7c96e3b370c67c09ae860e185ab37c985e3ae18e Mon Sep 17 00:00:00 2001 From: "radius-files-sync[bot]" <248604391+radius-files-sync[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 05:41:23 +0000 Subject: [PATCH 2/2] chore(sync): synced local '.github/workflows/dependabot-manager.yml' with remote 'workflow-templates/dependabot-manager.yml' --- .github/workflows/dependabot-manager.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-manager.yml b/.github/workflows/dependabot-manager.yml index 52522a10..e3bb99ca 100644 --- a/.github/workflows/dependabot-manager.yml +++ b/.github/workflows/dependabot-manager.yml @@ -3,7 +3,7 @@ name: Dependabot Manager on: - pull_request_target: + pull_request: types: - opened - reopened