From 88cb968f2862a900ab4549bb6149ac8babf54564 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 18 Jun 2025 18:49:00 +0100 Subject: [PATCH] Add dependabot config --- .github/dependabot.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..1acb3c79 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +version: 2 +updates: +- package-ecosystem: cargo + directories: + - "/" + - /cpp + - /nodejs + - /parameterized-test + - /python + schedule: + interval: weekly + +- package-ecosystem: uv + directories: + - /docs + - /python + schedule: + interval: weekly + +- package-ecosystem: npm + directory: /nodejs + schedule: + interval: weekly