Skip to content

Commit b88d69b

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 4916143 commit b88d69b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,42 @@ 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

1517
- package-ecosystem: gomod
1618
directory: /
19+
assignees:
20+
- per1234
1721
schedule:
1822
interval: daily
1923
labels:
2024
- "topic: infrastructure"
2125
- package-ecosystem: gomod
2226
directory: /docsgen/
27+
assignees:
28+
- per1234
2329
schedule:
2430
interval: daily
2531
labels:
2632
- "topic: infrastructure"
2733
- package-ecosystem: gomod
2834
directory: /ruledocsgen/
35+
assignees:
36+
- per1234
2937
schedule:
3038
interval: daily
3139
labels:
3240
- "topic: infrastructure"
3341

3442
- package-ecosystem: pip
3543
directory: /
44+
assignees:
45+
- per1234
3646
schedule:
3747
interval: daily
3848
labels:

0 commit comments

Comments
 (0)