Skip to content

Commit 7fae193

Browse files
committed
Assign per1234 to all Dependabot PRs
As primary maintainer of the project, GitHub user per1234 is responsible for managing Dependabot pull requests. Configuring Dependabot to automatically set the assignment will be more convenient.
1 parent c888ce0 commit 7fae193

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
@@ -6,13 +6,17 @@ updates:
66
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/dependabot/README.md
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
9+
assignees:
10+
- per1234
911
directory: / # Check the repository's workflows under /.github/workflows/
1012
schedule:
1113
interval: daily
1214
labels:
1315
- "topic: infrastructure"
1416

1517
- package-ecosystem: pip
18+
assignees:
19+
- per1234
1620
directory: reportsizedeltas/tests
1721
schedule:
1822
interval: daily

0 commit comments

Comments
 (0)