mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-02-04 18:36:01 +02:00
Lower dependabot frequency to monthly (#2329)
We are not super dependent on using the latest patch releases of every crate, so a monthly update frequency should be more than enough. Note that we still get PRs if/when there is a [security update](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval).
This commit is contained in:
parent
6110074d13
commit
a1e7f728c4
14
.github/dependabot.yml
vendored
14
.github/dependabot.yml
vendored
@ -6,7 +6,7 @@ updates:
|
||||
- package-ecosystem: cargo
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
interval: monthly
|
||||
reviewers:
|
||||
- djmitche
|
||||
- mgeisler
|
||||
@ -23,7 +23,7 @@ updates:
|
||||
- package-ecosystem: cargo
|
||||
directory: /src/bare-metal/alloc-example/
|
||||
schedule:
|
||||
interval: weekly
|
||||
interval: monthly
|
||||
reviewers:
|
||||
- djmitche
|
||||
- mgeisler
|
||||
@ -40,7 +40,7 @@ updates:
|
||||
- package-ecosystem: cargo
|
||||
directory: /src/bare-metal/aps/examples/
|
||||
schedule:
|
||||
interval: weekly
|
||||
interval: monthly
|
||||
reviewers:
|
||||
- djmitche
|
||||
- mgeisler
|
||||
@ -57,7 +57,7 @@ updates:
|
||||
- package-ecosystem: cargo
|
||||
directory: /src/bare-metal/microcontrollers/examples/
|
||||
schedule:
|
||||
interval: weekly
|
||||
interval: monthly
|
||||
reviewers:
|
||||
- djmitche
|
||||
- mgeisler
|
||||
@ -74,7 +74,7 @@ updates:
|
||||
- package-ecosystem: cargo
|
||||
directory: /src/exercises/bare-metal/compass/
|
||||
schedule:
|
||||
interval: weekly
|
||||
interval: monthly
|
||||
reviewers:
|
||||
- djmitche
|
||||
- mgeisler
|
||||
@ -91,7 +91,7 @@ updates:
|
||||
- package-ecosystem: cargo
|
||||
directory: /src/exercises/bare-metal/rtc/
|
||||
schedule:
|
||||
interval: weekly
|
||||
interval: monthly
|
||||
reviewers:
|
||||
- djmitche
|
||||
- mgeisler
|
||||
@ -108,7 +108,7 @@ updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
interval: monthly
|
||||
reviewers:
|
||||
- djmitche
|
||||
- mgeisler
|
||||
|
Loading…
x
Reference in New Issue
Block a user