From fe5535fb78fc5f1c5aa5ec8577e4594f6cb13249 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 00000000..b88a67a7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly