From ee904177b5fef3a16c03c8a0ca20620923d97e44 Mon Sep 17 00:00:00 2001 From: Huy Do Date: Mon, 22 Apr 2024 10:49:18 -0700 Subject: [PATCH 1/3] Create dependabot rule to upgrade TorchFix version 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 https://github.com/huydhn/executorch/pull/2 --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000000..00d6afeaa1f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# From https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + reviewers: + - "pytorch/pytorch-dev-infra" + allow: + - dependency-name: "torchfix" From e0354211c7b0cc666727495b6124388d8237499b Mon Sep 17 00:00:00 2001 From: Huy Do Date: Mon, 22 Apr 2024 10:52:20 -0700 Subject: [PATCH 2/3] Update dependabot.yml --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 00d6afeaa1f..10a38dd380b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,7 @@ updates: schedule: interval: "weekly" reviewers: + - "kit1980" - "pytorch/pytorch-dev-infra" allow: - dependency-name: "torchfix" From 27dc07cf9a72a78876f9526032394adbc0eea63b Mon Sep 17 00:00:00 2001 From: Huy Do Date: Mon, 22 Apr 2024 11:06:32 -0700 Subject: [PATCH 3/3] Update dependabot.yml --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 10a38dd380b..1a7fef172cd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,6 @@ updates: schedule: interval: "weekly" reviewers: - - "kit1980" - - "pytorch/pytorch-dev-infra" + - "pytorch/team-executorch" allow: - dependency-name: "torchfix"