From ba82e73c7b804324c82b6fea6966ca12f55c3826 Mon Sep 17 00:00:00 2001 From: Martin Grigorov Date: Thu, 16 Apr 2026 09:51:22 +0300 Subject: [PATCH] ci: use Dependabot to keep github actions up to date (#8052) --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..1705d1bd7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10