Skip to content

Commit cadb671

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 ffaa0db commit cadb671

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ updates:
66
# See: https://docs.github.com/en/code-security/supply-chain-security/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
- package-ecosystem: npm
1416
directory: /
17+
assignees:
18+
- per1234
1519
schedule:
1620
interval: daily
1721
labels:
@@ -24,6 +28,8 @@ updates:
2428
- "version-update:semver-major"
2529
- package-ecosystem: pip
2630
directory: /
31+
assignees:
32+
- per1234
2733
schedule:
2834
interval: daily
2935
labels:

0 commit comments

Comments
 (0)