From 285af8d3ae4c4962405ea3173e714f12215477a0 Mon Sep 17 00:00:00 2001 From: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com> Date: Fri, 30 May 2025 11:56:52 +0200 Subject: [PATCH] chore: add dependabot --- .github/dependabot.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..6572f79f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,21 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + + - package-ecosystem: cargo + directory: / + schedule: + interval: monthly + + - package-ecosystem: docker + directory: /api + schedule: + interval: monthly + + - package-ecosystem: docker + directory: /frontend + schedule: + interval: monthly