From 0c20fb11f18eb1dc554082109eb77df90ae56faf Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Tue, 3 Jun 2025 09:16:53 -0400 Subject: [PATCH] Convert dependabot reviewers to CODEOWNERS (#2762) See https://github.blog/changelog/2025-04-29-dependabot-reviewers-configuration-option-being-replaced-by-code-owners/. --- .github/CODEOWNERS | 15 +++++++++++++++ .github/dependabot.yml | 28 ---------------------------- 2 files changed, 15 insertions(+), 28 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 97751146..1592a92c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -19,3 +19,18 @@ po/uk.po @dyeroshenko po/vi.po @daivinhtran @qu-ngx po/zh-CN.po @wnghl @anlunx @kongy @noahdragon @superwhd @emmali01 @candysonya @AgainstEntropy po/zh-TW.po @edong @hueich @kuanhungchen @victorhsieh @mingyc @johnathan79717 + +# Dependency changes (mostly dependabot PRs) +Cargo.toml @djmitche @mgeisler @qwandor +Cargo.lock @djmitche @mgeisler @qwandor +src/bare-metal/alloc-example/Cargo.toml @djmitche @mgeisler @qwandor +src/bare-metal/alloc-example/Cargo.lock @djmitche @mgeisler @qwandor +src/bare-metal/aps/examples/Cargo.toml @djmitche @mgeisler @qwandor +src/bare-metal/aps/examples/Cargo.lock @djmitche @mgeisler @qwandor +src/bare-metal/microcontrollers/examples/Cargo.toml @djmitche @mgeisler @qwandor +src/bare-metal/microcontrollers/examples/Cargo.lock @djmitche @mgeisler @qwandor +src/exercises/bare-metal/compass/Cargo.toml @djmitche @mgeisler @qwandor +src/exercises/bare-metal/compass/Cargo.lock @djmitche @mgeisler @qwandor +src/exercises/bare-metal/rtc/Cargo.toml @djmitche @mgeisler @qwandor +src/exercises/bare-metal/rtc/Cargo.lock @djmitche @mgeisler @qwandor +.github/workflows @djmitche @mgeisler @qwandor diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79cd0241..f9b5f8dc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,10 +7,6 @@ updates: directory: / schedule: interval: monthly - reviewers: - - djmitche - - mgeisler - - qwandor commit-message: prefix: cargo groups: @@ -24,10 +20,6 @@ updates: directory: /src/bare-metal/alloc-example/ schedule: interval: monthly - reviewers: - - djmitche - - mgeisler - - qwandor commit-message: prefix: cargo groups: @@ -41,10 +33,6 @@ updates: directory: /src/bare-metal/aps/examples/ schedule: interval: monthly - reviewers: - - djmitche - - mgeisler - - qwandor commit-message: prefix: cargo groups: @@ -58,10 +46,6 @@ updates: directory: /src/bare-metal/microcontrollers/examples/ schedule: interval: monthly - reviewers: - - djmitche - - mgeisler - - qwandor commit-message: prefix: cargo groups: @@ -75,10 +59,6 @@ updates: directory: /src/exercises/bare-metal/compass/ schedule: interval: monthly - reviewers: - - djmitche - - mgeisler - - qwandor commit-message: prefix: cargo groups: @@ -92,10 +72,6 @@ updates: directory: /src/exercises/bare-metal/rtc/ schedule: interval: monthly - reviewers: - - djmitche - - mgeisler - - qwandor commit-message: prefix: cargo groups: @@ -109,7 +85,3 @@ updates: directory: / schedule: interval: monthly - reviewers: - - djmitche - - mgeisler - - qwandor