From ad69d578e2880a3a24243b0010457b3e4ce5fa68 Mon Sep 17 00:00:00 2001 From: phil65 Date: Wed, 9 Oct 2024 19:25:48 +0200 Subject: [PATCH] build: add dependabot.yml --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..0f96f8de9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"