From b0a280e028775ebdb0c8b7f8675e71b49fc5c0ed Mon Sep 17 00:00:00 2001 From: Marcin Szamotulski Date: Sun, 6 Oct 2024 09:34:35 +0200 Subject: [PATCH] Added dependabot configuration --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..d14fcefd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + labels: ["CI"] + schedule: + # Check for updates to GitHub Actions every weekday + interval: "daily" +