Skip to content

Commit

Permalink
fix: update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonbrendon authored Dec 27, 2024
1 parent 98fc0cf commit ee71623
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,15 @@
version: 2

updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
dependency-ecosystem: "pip"
schedule:
interval: "daily"
time: "06:00"
open-pull-requests-limit: 5
version: "2.0.240"
directory: "/"
target-branches:
- "master"
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
labels:
- "patch"
- "minor"
ignore:
- dependency-name: "pytest"
versions: [">=6.0.0a1, <7.0.0"]
labels:
- "patch"
- "minor"
ignore:
- dependency-name: "pytest"
versions: [">=6.0.0a1, <7.0.0"]

0 comments on commit ee71623

Please sign in to comment.