Skip to content

Commit d59a4a6

Browse files
committed
chore: assign all renovate changes to me
1 parent 9a80a07 commit d59a4a6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/renovate.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,19 @@
55
"ignorePaths": [
66
"fixtures/**"
77
],
8+
"assignees": ["@Boshen"],
89
"packageRules": [
910
{
1011
"groupName": "github-actions",
11-
"matchManagers": ["github-actions"],
12-
"assignees": ["@Boshen"]
12+
"matchManagers": ["github-actions"]
1313
},
1414
{
1515
"groupName": "rust crates",
16-
"matchManagers": ["cargo"],
17-
"assignees": ["@Boshen"]
16+
"matchManagers": ["cargo"]
1817
},
1918
{
2019
"groupName": "npm packages",
21-
"matchManagers": ["npm"],
22-
"assignees": ["@Boshen"]
20+
"matchManagers": ["npm"]
2321
}
2422
]
2523
}

0 commit comments

Comments
 (0)