diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 0e4b5c5e4..ac1d40ee7 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,3 +4,12 @@ updates: directory: "/" schedule: interval: "monthly" # This is hard-coded to the 1st of the month + labels: + - "dependencies" + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 0 # Security updates only + labels: + - "dependencies"