chore: add dependabot
This commit is contained in:
parent
bd52d43905
commit
073c5a7ab9
1 changed files with 20 additions and 0 deletions
20
.github/dependabot.yml
vendored
Normal file
20
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
version: 2
|
||||
updates:
|
||||
|
||||
- package-ecosystem: cargo
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: daily
|
||||
commit-message:
|
||||
prefix: 'chore:'
|
||||
assignees:
|
||||
- 'AdeAttwood'
|
||||
|
||||
- package-ecosystem: github-actions
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: daily
|
||||
commit-message:
|
||||
prefix: 'chore:'
|
||||
assignees:
|
||||
- 'AdeAttwood'
|
||||
Loading…
Reference in a new issue