From e382568b38a7e0ca6c7749e5a8017cf93b73d723 Mon Sep 17 00:00:00 2001 From: Sir-Thom <90110920+Sir-Thom@users.noreply.github.com> Date: Fri, 22 Dec 2023 17:12:24 -0500 Subject: [PATCH] Create dependabot.yml Signed-off-by: Sir-Thom <90110920+Sir-Thom@users.noreply.github.com> --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..6c549695 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + # Maintain dependencies for npm + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + + # Maintain dependencies for Composer + - package-ecosystem: "cargo" + directory: "/src-tauri/" + schedule: + interval: "weekly"