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