From 40fc9f65265a9c38d18cf510934ac978b4e523a7 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Mon, 2 Oct 2023 14:08:13 -0400 Subject: [PATCH] github: add dependabot config Signed-off-by: Simon Deziel --- .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 00000000..d9f58d42 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + labels: [] + schedule: + interval: "weekly"