From 9ebe15829ccc62760b027d97b143c2b2f797e80b Mon Sep 17 00:00:00 2001 From: Neil Carvalho Date: Fri, 22 May 2026 12:13:25 -0300 Subject: [PATCH] Add Dependabot config --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..7fb6abe --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "bundler" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 14 + groups: + patch-updates: + update-types: + - "patch" + minor-updates: + update-types: + - "minor"