From 1121b80df070cbe8f10e5612a647467b66d5606f Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Mon, 19 Aug 2024 16:21:59 +0200 Subject: [PATCH] chore: configure Dependabot --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..77b6fd3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# Documentation: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +version: 2 +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + # Maintain dependencies for npm + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly"