diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index f6ad368..c9c78e9 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -1,15 +1,12 @@ version: 2 - updates: - package-ecosystem: "pip" directory: "/" schedule: interval: "daily" time: "06:00" + timezone: "UTC" open-pull-requests-limit: 5 labels: - - "patch" - - "minor" - ignore: - - dependency-name: "pytest" - versions: [">=6.0.0a1, <7.0.0"] + - "dependencies" + - "pip"