From 52b5d97764be8c018417df1cc8fbaae31e44546b Mon Sep 17 00:00:00 2001 From: Fractal-Tess Date: Sun, 18 Dec 2022 22:17:00 +0200 Subject: [PATCH] update config --- .github/dependabot.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cc7afd7..db7a83c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,12 @@ version: 2 updates: - - package-ecosystem: 'npm' # See documentation for possible values - directory: '/' # Location of package manifests + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'daily' + + - package-ecosystem: 'cargo' + directory: '/src-tauri/' schedule: interval: 'daily'