1
0
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:
Martin Geisler 2024-09-02 17:21:02 +02:00 committed by GitHub
parent 6110074d13
commit a1e7f728c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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