From 18146caa45a0d9ade105c9b71f2c58491dd53790 Mon Sep 17 00:00:00 2001 From: Amr Gaber Date: Mon, 27 Jul 2026 22:36:07 -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"