From 35d53f5d827aa2eee6428138ec9ada6831e3feaf Mon Sep 17 00:00:00 2001 From: Douglas Fabris Date: Tue, 10 Dec 2024 18:22:59 -0300 Subject: [PATCH] chore: dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..100a963ced --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/packages" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + groups: + all: + patterns: + - "*"