From 8ae2ebbb6e3569b236f25cbfeea215f2c18ae1bb Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Wed, 29 Nov 2023 22:49:18 -0900 Subject: [PATCH] also update github actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ae038bd6..9b003bfa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,7 @@ updates: all-dependencies: patterns: - "*" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"