From 1ebc5e258f1a6c25dd9d5101f4e809d3f45487d0 Mon Sep 17 00:00:00 2001 From: Amr Gaber Date: Mon, 27 Jul 2026 22:36:13 -0500 Subject: [PATCH] Add Dependabot configuration --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f1aee18 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + groups: + npm-minor-patch: + update-types: + - "minor" + - "patch" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + actions: + update-types: + - "minor" + - "patch"