Skip to content

Commit

Permalink
Merge pull request dandi#57 from dandi/rf-dependabot
Browse files Browse the repository at this point in the history
Add dependabot.yml to explicitly disable pip updates
  • Loading branch information
yarikoptic authored Oct 18, 2023
2 parents 4a54f5f + 97da765 commit b87894b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
# do not provide pip upgrades -- notebooks might need specific versions
- package-ecosystem: "pip"
directory: "/"
ignore:
- dependency-name: "*"

0 comments on commit b87894b

Please sign in to comment.