Skip to content

Commit

Permalink
Add dependabot.yml in project
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonbrendon authored Dec 27, 2024
1 parent cfebfe3 commit 207c091
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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"]

0 comments on commit 207c091

Please sign in to comment.