From feb84a856445ff8db990bcf620e8ae0796bdd4ce Mon Sep 17 00:00:00 2001 From: Stuart McCulloch Date: Wed, 11 Feb 2026 19:39:10 +0000 Subject: [PATCH] Enable dependabot for GH actions --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..05c1cd19 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# 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: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "chore(ci): " + groups: + gh-actions-packages: + patterns: + - "*" +