mirror of
https://github.com/iv-org/invidious.git
synced 2026-08-25 00:12:47 +00:00
chore: Add myself to assignees for Dependabot PRs (#5972)
So I get notified about deps updates. https://docs.github.com/en/code-security/tutorials/secure-your-dependencies/customizing-dependabot-prs#automatically-adding-assignees
This commit is contained in:
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -4,11 +4,17 @@ updates:
|
||||
directory: "/docker"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
assignees:
|
||||
- "Fijxu"
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
assignees:
|
||||
- "Fijxu"
|
||||
- package-ecosystem: "nix"
|
||||
directory: /nix
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
assignees:
|
||||
- "Fijxu"
|
||||
|
||||
Reference in New Issue
Block a user