From f90a71e61da9d24f875da47d58b5bacb8cea0367 Mon Sep 17 00:00:00 2001 From: Mikhail Koviazin Date: Tue, 4 Nov 2025 22:15:47 +0100 Subject: [PATCH] github: added dependabot for GitHub actions Signed-off-by: Mikhail Koviazin --- .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 0000000..ac71d74 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + labels: + - "maintenance" + schedule: + interval: "monthly"