Skip to content

Commit b8c1f0a

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 066715a commit b8c1f0a

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
@@ -7,18 +7,24 @@ 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
schedule:
1113
interval: daily
1214
labels:
1315
- "topic: infrastructure"
1416
- package-ecosystem: gomod
1517
directory: /
18+
assignees:
19+
- per1234
1620
schedule:
1721
interval: daily
1822
labels:
1923
- "topic: infrastructure"
2024
- package-ecosystem: pip
2125
directory: /
26+
assignees:
27+
- per1234
2228
schedule:
2329
interval: daily
2430
labels:

0 commit comments

Comments
 (0)