From c9e784a78fdf6cce5771e16bb0b1af8feced4572 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 7 May 2024 12:04:57 -0600 Subject: [PATCH] Enable dependabot version updates for GH Actions --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..541e5dc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + commit-message: + prefix: "dependabot" + include: scope + schedule: + interval: "weekly"