diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b9cbf1f..0594c5a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,4 +26,18 @@ updates: labels: - "dependencies" - "Technical Debt" - - "python" \ No newline at end of file + - "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