Skip to content

Commit

Permalink
add GHA support to dependabot (paritytech#11448)
Browse files Browse the repository at this point in the history
* add GHA support to dependabot

* fix formatting

* add labels

* add label
  • Loading branch information
sergejparity authored and godcodehunter committed Jun 22, 2022
1 parent 662b77a commit 765bd2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ updates:
labels: ["A2-insubstantial", "B0-silent", "C1-low 📌"]
schedule:
interval: "daily"
- package-ecosystem: github-actions
directory: '/'
labels: ["A2-insubstantial", "B0-silent", "C1-low 📌", "E3-dependencies"]
schedule:
interval: daily

0 comments on commit 765bd2f

Please sign in to comment.