From 7d29898c35521998c22e2764c5a5cb1f95ad0990 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Thu, 5 Oct 2023 19:57:40 -0300 Subject: [PATCH] chore: update Dependabot configuration --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a5923ca8..815311be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,11 @@ updates: - "greatislander" reviewers: - "greatislander" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + assignees: + - "greatislander" + reviewers: + - "greatislander"