Skip to content

Commit dbf90c2

Browse files
huydhnfacebook-github-bot
authored andcommitted
Create dependabot rule to upgrade TorchFix version (#3208)
Summary: The parameters are from From https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file ### Testing On my own fork https://github.com/huydhn/executorch/blob/main/.github/dependabot.yml, and the PR to upgrade TorchFix is created successfully huydhn#2 Pull Request resolved: #3208 Reviewed By: kit1980 Differential Revision: D56428297 Pulled By: huydhn fbshipit-source-id: 8b4f9d638d208fe6f476efdf7667058b2d2ae2fc
1 parent 67f3376 commit dbf90c2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# From https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2+
version: 2
3+
updates:
4+
- package-ecosystem: "pip"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
reviewers:
9+
- "pytorch/team-executorch"
10+
allow:
11+
- dependency-name: "torchfix"

0 commit comments

Comments
 (0)