Skip to content

Commit bd24f02

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 50385bd commit bd24f02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@ updates:
77
# See: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-actions-up-to-date-with-dependabot
88
- package-ecosystem: github-actions
99
directory: / # Check the repository's workflows under /.github/workflows/
10+
assignees:
11+
- per1234
1012
open-pull-requests-limit: 100
1113
schedule:
1214
interval: daily
1315
labels:
1416
- "topic: infrastructure"
1517
- package-ecosystem: npm
1618
directory: /
19+
assignees:
20+
- per1234
1721
open-pull-requests-limit: 100
1822
schedule:
1923
interval: daily

0 commit comments

Comments
 (0)