Skip to content

Commit 8924346

Browse files
committed
Automatically assign per1234 to Dependabot PRs
As the primary maintainer of the project infrastructure, it is the responsibility of GitHub user per1234 to review and merge the pull requests automatically submitted by Dependabot for bumps of outdated project dependencies. Configuring Dependabot to automatically set the pull request assignment will slightly streamline that process.
1 parent 323d2ef commit 8924346

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,26 @@ updates:
66
# See: https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
77
- package-ecosystem: github-actions
88
directory: / # Check the repository's workflows under /.github/workflows/
9+
assignees:
10+
- per1234
911
schedule:
1012
interval: daily
1113
labels:
1214
- "topic: infrastructure"
1315
# Go dependencies
1416
- package-ecosystem: gomod
1517
directory: /
18+
assignees:
19+
- per1234
1620
schedule:
1721
interval: daily
1822
labels:
1923
- "topic: infrastructure"
2024
# Python dependencies
2125
- package-ecosystem: pip
2226
directory: /
27+
assignees:
28+
- per1234
2329
schedule:
2430
interval: daily
2531
labels:

0 commit comments

Comments
 (0)