From ce5a8ede2da01fcac4d1c4fb6bf6c9bed5bf45ae Mon Sep 17 00:00:00 2001 From: Fijxu Date: Fri, 21 Aug 2026 21:54:53 -0400 Subject: [PATCH] chore: Add myself to assignees for Dependabot PRs 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"