From 7fa88932b6dc65fbcad7dea5178ce6809411645e Mon Sep 17 00:00:00 2001 From: Jefffrey Date: Thu, 16 Jul 2026 20:04:36 +0900 Subject: [PATCH 1/5] Setup dependabot to do `rust-toolchain` updates --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 12ddff783b4d2..54b93f780d47a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -62,6 +62,11 @@ updates: update-types: - "minor" - "patch" + - package-ecosystem: "rust-toolchain" + directory: "/" + schedule: + interval: "weekly" + target-branch: main - package-ecosystem: "github-actions" directory: "/" schedule: From e1c0ff3c0ca9e415b41130e1b019e4a912f47dcc Mon Sep 17 00:00:00 2001 From: Jefffrey Date: Thu, 16 Jul 2026 20:07:30 +0900 Subject: [PATCH 2/5] set day --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 54b93f780d47a..1358553de75df 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -65,7 +65,7 @@ updates: - package-ecosystem: "rust-toolchain" directory: "/" schedule: - interval: "weekly" + day: "friday" target-branch: main - package-ecosystem: "github-actions" directory: "/" From 6839e8103a24804404e96c6d680ae2ee452b29ef Mon Sep 17 00:00:00 2001 From: Jefffrey Date: Thu, 16 Jul 2026 20:08:33 +0900 Subject: [PATCH 3/5] fix --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1358553de75df..b59c69ae517ee 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -65,6 +65,7 @@ updates: - package-ecosystem: "rust-toolchain" directory: "/" schedule: + interval: "weekly" day: "friday" target-branch: main - package-ecosystem: "github-actions" From 0f0e7fbe03e6a6d5d4f694d930cd80da1906b049 Mon Sep 17 00:00:00 2001 From: Jefffrey Date: Wed, 29 Jul 2026 07:50:36 +0900 Subject: [PATCH 4/5] add labels --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b59c69ae517ee..d153f751d1d53 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -67,7 +67,7 @@ updates: schedule: interval: "weekly" day: "friday" - target-branch: main + labels: [auto-dependencies] - package-ecosystem: "github-actions" directory: "/" schedule: From 233fde303280f6cb06b7bbb7e951c1019e06be77 Mon Sep 17 00:00:00 2001 From: Jefffrey Date: Wed, 29 Jul 2026 07:56:03 +0900 Subject: [PATCH 5/5] update labels --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d153f751d1d53..079967391e61c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -67,13 +67,13 @@ updates: schedule: interval: "weekly" day: "friday" - labels: [auto-dependencies] + labels: [auto-dependencies, development-process] - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" open-pull-requests-limit: 10 - labels: [auto-dependencies] + labels: [auto-dependencies, development-process] groups: codeql-actions: patterns: @@ -82,4 +82,4 @@ updates: directory: "/docs" schedule: interval: "weekly" - labels: [auto-dependencies] + labels: [auto-dependencies, development-process]