diff --git a/.github/workflows/dependabot-auto-approve.yml b/.github/workflows/dependabot-auto-approve.yml new file mode 100644 index 0000000..e2119de --- /dev/null +++ b/.github/workflows/dependabot-auto-approve.yml @@ -0,0 +1,11 @@ +name: dependabot-auto-approve +on: + pull_request: + +permissions: + pull-requests: write + contents: write + +jobs: + dependabot: + uses: alleyinteractive/.github/.github/workflows/dependabot-auto-approve.yml@main diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml new file mode 100644 index 0000000..aaed13d --- /dev/null +++ b/.github/workflows/dependabot-auto-merge.yml @@ -0,0 +1,10 @@ +name: dependabot-auto-merge +on: pull_request_target + +permissions: + pull-requests: write + contents: write + +jobs: + dependabot: + uses: alleyinteractive/.github/.github/workflows/dependabot-auto-merge.yml@main