1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-14 06:06:54 +02:00
comprehensive-rust/.github/dependabot.yml
Andrew Walbran 01f5ecf1e6
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.
2024-01-18 10:21:46 +00:00

116 lines
2.3 KiB
YAML

# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: cargo
directory: /
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/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:
interval: weekly
reviewers:
- djmitche
- mgeisler
- qwandor