From 5896630630a8ca802d5b1e10a5ce1d0ab02b4416 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 19 Nov 2025 16:55:20 +0500 Subject: [PATCH] Add dependabot to track github actions versions --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..8d98ca21fc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"