From c19c7ed175701ee1e355cc08acb1fa172f965bc9 Mon Sep 17 00:00:00 2001 From: Andrei Zhaleznichenka Date: Fri, 8 May 2026 17:32:59 +0200 Subject: [PATCH] chore: Adds dependabot cleanup workflow action --- .github/workflows/dependabot-lockfile-cleanup.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/dependabot-lockfile-cleanup.yml diff --git a/.github/workflows/dependabot-lockfile-cleanup.yml b/.github/workflows/dependabot-lockfile-cleanup.yml new file mode 100644 index 0000000..27593a6 --- /dev/null +++ b/.github/workflows/dependabot-lockfile-cleanup.yml @@ -0,0 +1,14 @@ +name: Dependabot lockfile cleanup + +on: + pull_request_target: + types: + - opened + +permissions: + contents: write + +jobs: + cleanup: + uses: cloudscape-design/actions/.github/workflows/dependabot-lockfile-cleanup.yml@main + secrets: inherit