Skip to content

Commit 6ae2523

Browse files
committed
chore: auto-assign Dependabot PRs to @cartesiosson
Adds 'assignees: [cartesiosson]' to both ecosystems so any PR opened by Dependabot lands directly in the maintainer's review queue without manual triage. Reviewer assignment stays in CODEOWNERS (the 'reviewers' key is deprecated in dependabot.yml v2).
1 parent df27713 commit 6ae2523

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Dependabot config: keeps GitHub Actions and Docker base images up to date,
22
# auto-opens PRs when a CVE or new release shows up.
33
# https://docs.github.com/code-security/dependabot
4+
#
5+
# Reviewers are NOT set here (the property is deprecated in v2). Reviewer
6+
# assignment is handled by .github/CODEOWNERS.
47

58
version: 2
69
updates:
@@ -11,6 +14,8 @@ updates:
1114
interval: weekly
1215
day: monday
1316
open-pull-requests-limit: 5
17+
assignees:
18+
- cartesiosson
1419
commit-message:
1520
prefix: ci
1621
include: scope
@@ -25,6 +30,8 @@ updates:
2530
interval: weekly
2631
day: monday
2732
open-pull-requests-limit: 5
33+
assignees:
34+
- cartesiosson
2835
commit-message:
2936
prefix: chore
3037
include: scope

0 commit comments

Comments
 (0)