From b81d825b6d535e1f75b131a2c2e00598a661ae3a Mon Sep 17 00:00:00 2001 From: Antoine Bolvy Date: Thu, 17 Oct 2024 18:30:02 +0200 Subject: [PATCH] chore: add dependabot config --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..bb89b6e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# Documentation about the configuration of Dependabot can be found in GitHub Docs +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates + +version: 2 + +updates: + - package-ecosystem: "mix" + directory: "/" + schedule: + interval: "weekly"