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