From 1cd1c7a085b86959a01f9fcc64480b343d138ccf Mon Sep 17 00:00:00 2001 From: Aswin Zayasankaran <156493059+Aswinmcw@users.noreply.github.com> Date: Sat, 25 Jul 2026 10:34:49 +0000 Subject: [PATCH] Add Dependabot version updates Weekly dependency-update PRs (grouped minor/patch) through the merge queue. Co-Authored-By: Claude Opus 4.8 --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c4d7ebc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + day: monday + time: "06:00" + open-pull-requests-limit: 5 + commit-message: + prefix: "chore(deps)" + labels: + - dependencies + - github-actions + groups: + github-actions-minor: + update-types: ["minor", "patch"]