From 18f4806ce06d2ff33bb67ca25a9bf2be31fec080 Mon Sep 17 00:00:00 2001 From: amitpaz Date: Sun, 5 Jul 2026 21:24:48 +0300 Subject: [PATCH] chore: add Dependabot config --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a11c9a5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + - package-ecosystem: "docker-compose" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10