From 08f7eee47fa3785e0ebf4693c8cddcbf1280aaa6 Mon Sep 17 00:00:00 2001 From: Ben Schwarz Date: Thu, 10 Nov 2022 14:13:41 +1100 Subject: [PATCH] Add github actions to dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d3ccd94..086e011 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,10 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + time: "22:00" - package-ecosystem: bundler directory: "/" schedule: