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