mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-02 20:19:55 +03:00
Correct issue label names per recent changes (#160)
Issue labels have been reworked recently, causing some files in `.github` to reference non-existing issue labels. This PR updates the names of labels in these files.
This commit is contained in:
parent
4d526ad32f
commit
20eac79380
3 changed files with 6 additions and 4 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
@ -13,7 +13,8 @@ updates:
|
|||
# Allow both direct and indirect updates for all packages
|
||||
- dependency-type: "all"
|
||||
labels:
|
||||
- "type: dependencies"
|
||||
- "type: change"
|
||||
- "area: build/ci"
|
||||
|
||||
- package-ecosystem: "nuget" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
|
@ -23,4 +24,5 @@ updates:
|
|||
# Allow both direct and indirect updates for all packages
|
||||
- dependency-type: "all"
|
||||
labels:
|
||||
- "type: dependencies"
|
||||
- "type: change"
|
||||
- "area: build/ci"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue