diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000..3b4af81 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,14 @@ +# DO NOT EDIT! +# +# This file is generated by the Terraform. +# See https://github.com/dogmatiq/repos. + +name: Dependabot + +on: + pull_request_target: + +jobs: + ci: + name: Shared + uses: dogmatiq/repos/.github/workflows/shared-dependabot.yml@main