From a5d4b9ba395c01bb30e04072fec95f58c5767565 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Tue, 8 Jul 2025 11:20:28 -0400 Subject: [PATCH] ci: :construction_worker: add dependabot for workflows --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..db513a1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + commit-message: + prefix: ci + include: scope + assignees: + - "lwjohnst86"