Skip to content

Commit

Permalink
.github: Add dependabot config and thus enable dependabot (paritytech…
Browse files Browse the repository at this point in the history
…#7509)

* .github: Add dependabot config and thus enable dependabot

* Update .github/dependabot.yml

Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>

Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
  • Loading branch information
2 people authored and darkfriend77 committed Jan 11, 2021
1 parent bea911c commit 562fbca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
labels: ["A2-insubstantial", "B0-silent", "C1-low"]
schedule:
interval: "daily"

0 comments on commit 562fbca

Please sign in to comment.