From ba762dc55dd3829e7bf35964e34a460e8fc8b5f0 Mon Sep 17 00:00:00 2001 From: "dogmatiq-automation[bot]" <97779210+dogmatiq-automation[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:09:55 +0000 Subject: [PATCH] Regenerate workflow configuration from template. --- .github/workflows/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/dependabot.yml 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