Skip to content

Commit

Permalink
add versioning strategy lockfile-only, and add grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Oct 22, 2023
1 parent ad2f7d1 commit c6582f7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-type: "direct"
versioning-strategy: "lockfile-only"
groups:
dependencies:
patterns:
- "*"

0 comments on commit c6582f7

Please sign in to comment.