From 0eae72ff5feca67928e2f33c9ecb464779e4d629 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Fri, 17 Jan 2025 16:18:26 +0100 Subject: [PATCH] chore: add dependabot to github --- .github/dependabot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..7ee8cf8 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + # Check for updates every Monday + schedule: + interval: "weekly"