Skip to content

Commit

Permalink
dependabot: Add dependabot file (#15)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #15

Reviewed By: yurinnick

Differential Revision: D53207155

Pulled By: chantra

fbshipit-source-id: 250ba205370b04b1076432708b3134f55dabeabd
  • Loading branch information
chantra authored and facebook-github-bot committed Jan 30, 2024
1 parent 8b944da commit 42252e0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
open-pull-requests-limit: 25
rebase-strategy: "auto"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pip"
versioning-strategy: "lockfile-only"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 42252e0

Please sign in to comment.