From f23dc1cbc543c844eebef3be07cb457ef55f4826 Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Fri, 30 Jan 2026 11:38:21 -0300 Subject: [PATCH] Add Dependabot configuration for npm and GitHub Actions --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..5694610a8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: weekly + open-pull-requests-limit: 10 + + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly' + open-pull-requests-limit: 5