Skip to content

Commit

Permalink
Update dependabot versioning strategy to lockfile-only for pip packages
Browse files Browse the repository at this point in the history
  • Loading branch information
emilejq committed Oct 7, 2024
1 parent 7fe513b commit 75c84e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
versioning-strategy: "lockfile-only"
schedule:
interval: "daily"
target-branch: "develop"
target-branch: "develop"
reviewers:
- "danielcuthbert"
- "javixeneize"
Expand All @@ -14,7 +15,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
target-branch: "develop"
target-branch: "develop"
reviewers:
- "danielcuthbert"
- "javixeneize"
Expand Down

0 comments on commit 75c84e5

Please sign in to comment.