From 56c1595be9f8047fd8f983e4baca9a92d5de0772 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 21 Jan 2025 17:54:06 -1000 Subject: [PATCH] chore: update dependabot.yml to include actions --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9d866e3..ba2becf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,16 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + commit-message: + prefix: "chore(ci): " + groups: + github-actions: + patterns: + - "*" - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests schedule: