1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-01-31 00:19: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:
Octol1ttle 2023-07-21 01:20:25 +05:00 committed by GitHub
parent 0938f518f8
commit 8c72dc663e
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"