Skip to content

Commit

Permalink
Fix dependabot labels (paritytech#13578)
Browse files Browse the repository at this point in the history
* dependabot: fix label names

* dependabot: apply E2-dependencies label for Cargo.lock changes
  • Loading branch information
Mira Ressel authored and ukint-vs committed Apr 10, 2023
1 parent 918cd02 commit 5627633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
labels: ["A2-insubstantial", "B0-silent", "C1-low 📌"]
labels: ["A2-insubstantial", "B0-silent", "C1-low", "E2-dependencies"]
schedule:
interval: "daily"
- package-ecosystem: github-actions
directory: '/'
labels: ["A2-insubstantial", "B0-silent", "C1-low 📌", "E3-dependencies"]
labels: ["A2-insubstantial", "B0-silent", "C1-low", "E2-dependencies"]
schedule:
interval: daily

0 comments on commit 5627633

Please sign in to comment.