mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-02-03 18:02:27 +02:00
Run dependabot on bare-metal examples and exercises too. (#1712)
These can't be in the main workspace due to needing custom cargo config for linker scripts and targets.
This commit is contained in:
parent
4797401c83
commit
01f5ecf1e6
85
.github/dependabot.yml
vendored
85
.github/dependabot.yml
vendored
@ -20,6 +20,91 @@ updates:
|
||||
patch:
|
||||
update-types:
|
||||
- patch
|
||||
- package-ecosystem: cargo
|
||||
directory: /src/bare-metal/alloc-example/
|
||||
schedule:
|
||||
interval: weekly
|
||||
reviewers:
|
||||
- djmitche
|
||||
- mgeisler
|
||||
- qwandor
|
||||
commit-message:
|
||||
prefix: cargo
|
||||
groups:
|
||||
minor:
|
||||
update-types:
|
||||
- minor
|
||||
patch:
|
||||
update-types:
|
||||
- patch
|
||||
- package-ecosystem: cargo
|
||||
directory: /src/bare-metal/aps/examples/
|
||||
schedule:
|
||||
interval: weekly
|
||||
reviewers:
|
||||
- djmitche
|
||||
- mgeisler
|
||||
- qwandor
|
||||
commit-message:
|
||||
prefix: cargo
|
||||
groups:
|
||||
minor:
|
||||
update-types:
|
||||
- minor
|
||||
patch:
|
||||
update-types:
|
||||
- patch
|
||||
- package-ecosystem: cargo
|
||||
directory: /src/bare-metal/microcontrollers/examples/
|
||||
schedule:
|
||||
interval: weekly
|
||||
reviewers:
|
||||
- djmitche
|
||||
- mgeisler
|
||||
- qwandor
|
||||
commit-message:
|
||||
prefix: cargo
|
||||
groups:
|
||||
minor:
|
||||
update-types:
|
||||
- minor
|
||||
patch:
|
||||
update-types:
|
||||
- patch
|
||||
- package-ecosystem: cargo
|
||||
directory: /src/exercises/bare-metal/compass/
|
||||
schedule:
|
||||
interval: weekly
|
||||
reviewers:
|
||||
- djmitche
|
||||
- mgeisler
|
||||
- qwandor
|
||||
commit-message:
|
||||
prefix: cargo
|
||||
groups:
|
||||
minor:
|
||||
update-types:
|
||||
- minor
|
||||
patch:
|
||||
update-types:
|
||||
- patch
|
||||
- package-ecosystem: cargo
|
||||
directory: /src/exercises/bare-metal/rtc/
|
||||
schedule:
|
||||
interval: weekly
|
||||
reviewers:
|
||||
- djmitche
|
||||
- mgeisler
|
||||
- qwandor
|
||||
commit-message:
|
||||
prefix: cargo
|
||||
groups:
|
||||
minor:
|
||||
update-types:
|
||||
- minor
|
||||
patch:
|
||||
update-types:
|
||||
- patch
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
|
Loading…
x
Reference in New Issue
Block a user