From c756c35268bec24785ef9451cbdf3b7fae569915 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Fri, 21 Aug 2026 22:10:09 -0400 Subject: [PATCH] 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 --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8891a385e..e8dc55416 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"