From dbc04f3ce1d2ef1a57ce49ba8032ad4fb220d307 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 16 Oct 2025 12:49:08 -0400 Subject: [PATCH] ci: adds a dependabot configuration to maintain workflow and test projects up to date --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..dfb6615 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + - package-ecosystem: npm + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + groups: + vitest: + patterns: + - "*vitest*"