From 7e9c50ee10fd1d58b1c20bbfb20968d8ff9ff0b2 Mon Sep 17 00:00:00 2001 From: OffsetMonkey538 Date: Thu, 23 Oct 2025 22:45:34 +0200 Subject: [PATCH] Add files via upload --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..85b8c923 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "daily"