mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-01-31 09:09:00 +03:00
Do not assign Octol1ttle for Dependabot PRs (#59)
This PR disables automatic assignation of all PRs created by Dependabot to me. There are now more people working on Boyfriend than just me. In fact, this project, in theory, can live without me as there are other members working on it. Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
0938f518f8
commit
8c72dc663e
1 changed files with 0 additions and 5 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
@ -12,8 +12,6 @@ updates:
|
|||
allow:
|
||||
# Allow both direct and indirect updates for all packages
|
||||
- dependency-type: "all"
|
||||
assignees:
|
||||
- "Octol1ttle"
|
||||
labels:
|
||||
- "type: dependencies"
|
||||
|
||||
|
@ -24,8 +22,5 @@ updates:
|
|||
allow:
|
||||
# Allow both direct and indirect updates for all packages
|
||||
- dependency-type: "all"
|
||||
# Add assignees
|
||||
assignees:
|
||||
- "Octol1ttle"
|
||||
labels:
|
||||
- "type: dependencies"
|
||||
|
|
Loading…
Reference in a new issue