From 20d1130702a92ad176844d225259ed5812a29947 Mon Sep 17 00:00:00 2001 From: John Gerrard Holland Date: Thu, 18 Jul 2024 15:53:17 -0400 Subject: [PATCH] add dependabot updates for actions --- .github/workflows/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 00000000..5ace4600 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"