From b1aa36a23a6b718924ca6bf9bae3c89d4fc8e9f7 Mon Sep 17 00:00:00 2001 From: John Losito Date: Thu, 2 Nov 2023 09:38:32 -0400 Subject: [PATCH] Update gha using dependabot monthly Signed-off-by: John Losito --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..57995a4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" \ No newline at end of file