You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-04 13:50:28 +02:00
Convert dependabot reviewers to CODEOWNERS (#2762)
See https://github.blog/changelog/2025-04-29-dependabot-reviewers-configuration-option-being-replaced-by-code-owners/.
This commit is contained in:
committed by
GitHub
parent
f9e58d9596
commit
0c20fb11f1
15
.github/CODEOWNERS
vendored
15
.github/CODEOWNERS
vendored
@ -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
|
||||
|
28
.github/dependabot.yml
vendored
28
.github/dependabot.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user