From 8839fe8d7ec5079672f1a4fc9512c711fe5f2d94 Mon Sep 17 00:00:00 2001 From: Dasun Pubudumal Date: Mon, 2 Jun 2025 15:34:32 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fe40530f..82564c05 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,23 @@ version: 2 updates: -- package-ecosystem: pip - directory: "/" - schedule: - interval: daily - time: "07:00" - timezone: Europe/London - open-pull-requests-limit: 10 + - package-ecosystem: pip + directory: "/" + schedule: + interval: daily + time: "07:00" + timezone: Europe/London + open-pull-requests-limit: 10 + - 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