mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-02-22 00:13:10 +02:00
Create dependabot.yml (#1615)
Enable Dependabot updates to Cargo and Github Actions dependencies. As discussed in #1610.
This commit is contained in:
parent
c9f66fd425
commit
9b439b34ab
21
.github/dependabot.yml
vendored
Normal file
21
.github/dependabot.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user