From b2b149ee6a18406a5c6ef37a1536b46ab27dd559 Mon Sep 17 00:00:00 2001 From: Patrick Luan <51892490+parkejunior@users.noreply.github.com> Date: Mon, 25 May 2026 12:48:33 -0300 Subject: [PATCH] ci(github): configure dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c528970 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + groups: + dependencies: + patterns: + - "*"