1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-04 13:50:28 +02:00
Dustin J. Mitchell
2025-06-03 09:16:53 -04:00
committed by GitHub
parent f9e58d9596
commit 0c20fb11f1
2 changed files with 15 additions and 28 deletions

15
.github/CODEOWNERS vendored
View File

@ -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

View File

@ -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