Skip to content

Commit

Permalink
Merge pull request #1087 from AdeelH/dependabot
Browse files Browse the repository at this point in the history
Add support for Dependabot
  • Loading branch information
AdeelH committed Feb 9, 2021
2 parents eb6c822 + 1a87895 commit b1de89e
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/rastervision_pipeline"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/rastervision_aws_s3"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/rastervision_aws_batch"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/rastervision_core"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/rastervision_pytorch_learner"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/rastervision_pytorch_backend"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/rastervision_gdal_vsi"
schedule:
interval: "weekly"

0 comments on commit b1de89e

Please sign in to comment.