From 8c048989f8936b80f5fb60874cb43615a1ee7968 Mon Sep 17 00:00:00 2001 From: Patrick Pacher <patrick.pacher@gmail.com> Date: Fri, 29 Mar 2024 11:20:15 +0100 Subject: [PATCH] Fix dependabot.yml configuration file --- .github/dependabot.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6ac2829d..a7b6246d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,12 +10,12 @@ updates: schedule: interval: "daily" - - package-ecosystem: "npm" - directory: "/desktop/angular" - schedule: - interval: "daily" + - package-ecosystem: "npm" + directory: "/desktop/angular" + schedule: + interval: "daily" - - package-ecosystem: "cargo" - directory: "/desktop/tauri" - schedule: - interval: "daily" \ No newline at end of file + - package-ecosystem: "cargo" + directory: "/desktop/tauri" + schedule: + interval: "daily" \ No newline at end of file