From f1cdf330ddd97546037a0dc028f05ef341384f72 Mon Sep 17 00:00:00 2001 From: Dasun Pubudumal Date: Mon, 2 Jun 2025 15:40:08 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 89072b9..9c13c14 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,4 +11,17 @@ updates: - "dependencies" - "Technical Debt" - "python" - + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: daily + time: "07:00" + timezone: Europe/London + labels: + - "Security Updates" + - "Technical Debt" + - "python" + allow: + - dependency-type: "direct" + # Only security updates + security-updates-only: true