From e258433cfd6c2f98bc9bc5bb67175608f34f804f Mon Sep 17 00:00:00 2001 From: CrzyHaXs91 <137912394+CrzyHAX91@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:21:49 +0100 Subject: [PATCH] main --- .github/dependabot.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a9d04800..e117515c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,14 @@ -# Dependabot configuration for version updates -# Specify package ecosystems and their respective locations for manifests. +# Configuration file for Dependabot version: 2 +# Define the package manager and its configuration updates: - - package-ecosystem: "npm" # Specify the package manager (e.g., npm, pip, etc.) - directory: "/" # Path to the package manifest + - package-ecosystem: "pip" # Use pip as the package manager + directory: "requirements.txt" # Location of package manifests schedule: - interval: "weekly" # Frequency of update checks - day: "monday" # Day of the week to check for updates - time: "09:00" # Time of day to check for updates (hh:mm) - timezone: "UTC" # Timezone for the scheduled checks \ No newline at end of file + interval: "daily" # Check for updates daily + time: "02:00" # Perform updates at 2 AM UTC + timezone: "UTC" # Use the UTC timezone for updates + labels: "dependencies" # Optional: add a label to updates + assignees: ["username"] # Optional: assign updates to a specific user \ No newline at end of file