From f064ac8a700a7c99af4b3a5d0d22df442b829c51 Mon Sep 17 00:00:00 2001 From: Leos Stejskal Date: Thu, 11 Jun 2026 08:45:32 +0200 Subject: [PATCH] GitHub dependabot --- .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 0000000..93ca4a7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +--- +version: 2 +updates: + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"