1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-02-22 16:25:17 +02:00

Create dependabot.yml (#1615)

Enable Dependabot updates to Cargo and Github Actions dependencies.

As discussed in #1610.
This commit is contained in:
Martin Geisler 2023-12-31 16:01:50 +01:00 committed by GitHub
parent c9f66fd425
commit 9b439b34ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,21 @@
# 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
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
reviewers:
- djmitche
- mgeisler
- qwandor