From 750310e1117b654e784df50c5a3d06fe1a421225 Mon Sep 17 00:00:00 2001 From: Nikolay Gagarinov Date: Fri, 29 May 2026 21:07:32 +0500 Subject: [PATCH] chore: add dependabot config for monthly dependency updates --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2390d8c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + groups: + github-actions: + patterns: + - "*"