Skip to content

Commit

Permalink
Update dependabot.yml (#95)
Browse files Browse the repository at this point in the history
Use update, if necessary, strategy.

Signed-off-by: Vivek Joshy <8206808+vivekjoshy@users.noreply.github.com>
  • Loading branch information
vivekjoshy committed Jul 9, 2023
1 parent 6cab81d commit 300ea29
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 20
rebase-strategy: "disabled"
versioning-strategy: increase-if-necessary

0 comments on commit 300ea29

Please sign in to comment.