mirror of
https://github.com/TeFiLeDo/tree-owners.git
synced 2024-11-21 11:56:17 +01:00
add dependabot config
This commit is contained in:
parent
4f0ff2611a
commit
c7dbfebda3
16
.github/dependabot.yml
vendored
Normal file
16
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: cargo
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: friday
|
||||
groups:
|
||||
minor:
|
||||
exclude-paterns:
|
||||
- file-owner # pre 1.0
|
||||
update-types:
|
||||
- minor
|
||||
- patch
|
||||
reviewers:
|
||||
- TeFiLeDo
|
Loading…
Reference in New Issue
Block a user