• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# From https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2version: 2
3updates:
4  - package-ecosystem: "pip"
5    directory: "/"
6    schedule:
7      interval: "weekly"
8    reviewers:
9      - "pytorch/team-executorch"
10    allow:
11      - dependency-name: "torchfix"
12