Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NevermindNilas committed Dec 23, 2024
2 parents 43254f3 + cf2e406 commit 95ca61b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "deps"
open-pull-requests-limit: 10
# Specify the requirements files
ignore:
- dependency-name: "*"
versions: ["*"]
allow:
- dependency-name: "*"
versions: ["*"]
# Add the requirements files
requirements:
- file: "requirements-linux-lite.txt"
- file: "requirements-linux.txt"
- file: "requirements-windows-lite.txt"
- file: "requirements-windows.txt"

0 comments on commit 95ca61b

Please sign in to comment.