From b6ae0945fc7505f42c7850e0517e6c00a3871c83 Mon Sep 17 00:00:00 2001 From: Chris Maniewski Date: Wed, 29 May 2024 14:05:56 +0200 Subject: [PATCH] cicd: add dependabot config --- .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..7ee8cf8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + # Check for updates every Monday + schedule: + interval: "weekly"