From 8679ef99706a23592cf89701ce1a617f75a83b06 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:30:35 +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 000000000..52522a10d --- /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 a273d72692d56bac773214dc7bb25b2c3f9540fe 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:40:16 +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 52522a10d..e3bb99caf 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