Skip to content

Commit 4a8f1c4

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 758866b commit 4a8f1c4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,35 @@ 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: github-actions
1517
target-branch: production
1618
directory: /
19+
assignees:
20+
- per1234
1721
schedule:
1822
interval: daily
1923
labels:
2024
- "topic: infrastructure"
2125
- package-ecosystem: gomod
2226
target-branch: production
2327
directory: /.github/workflows/assets/validate-registry/
28+
assignees:
29+
- per1234
2430
schedule:
2531
interval: daily
2632
labels:
2733
- "topic: infrastructure"
2834
- package-ecosystem: pip
2935
target-branch: production
3036
directory: /
37+
assignees:
38+
- per1234
3139
schedule:
3240
interval: daily
3341
labels:

0 commit comments

Comments
 (0)