diff --git a/.github/workflows/dependabot-auto-close.yml b/.github/workflows/dependabot-auto-close.yml new file mode 100644 index 0000000000..ae544e30f6 --- /dev/null +++ b/.github/workflows/dependabot-auto-close.yml @@ -0,0 +1,18 @@ +name: Dependabot Auto Close Low Severity Alerts + +on: + pull_request: + branches: ["main"] + +# The sg-version is used to determine if the workflow file has changed and needs to be updated in the target repository. +env: + sg-version: 1 + +permissions: + pull-requests: write + contents: write + +jobs: + call-workflow: + uses: solargik/devops-gh-actions/.github/workflows/auto_close_low_severity_dependabot_alerts.yml@main + secrets: inherit