From 3826626d0049258abe256379be6a69bf4c687fee Mon Sep 17 00:00:00 2001 From: "Mark S. Lewis" Date: Fri, 19 Jul 2024 11:48:45 +0100 Subject: [PATCH] Configure dependabot updates to GitHub Actions Signed-off-by: Mark S. Lewis --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..b88a67a7f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly