From 1f5287663630c66aecfaa06832b054619326e48c Mon Sep 17 00:00:00 2001 From: Martin Catty Date: Tue, 26 May 2026 10:54:40 -0400 Subject: [PATCH] chore: assign Dependabot PRs to fuse by default --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b169abc..b9204ce 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,8 @@ updates: interval: weekly day: monday target-branch: develop + assignees: + - "fuse" open-pull-requests-limit: 5 commit-message: prefix: chore(deps) @@ -19,6 +21,8 @@ updates: interval: weekly day: monday target-branch: develop + assignees: + - "fuse" open-pull-requests-limit: 5 commit-message: prefix: chore(deps) @@ -32,6 +36,8 @@ updates: interval: weekly day: monday target-branch: develop + assignees: + - "fuse" open-pull-requests-limit: 5 commit-message: prefix: chore(deps)