Skip to content

Commit 3a5d41b

Browse files
authored
Merge pull request #25 from per1234/dependabot
Configure Dependabot to check for outdated Python dependencies
2 parents dc8b4fd + 7fae193 commit 3a5d41b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

+11
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,19 @@ 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"
16+
17+
- package-ecosystem: pip
18+
assignees:
19+
- per1234
20+
directory: reportsizedeltas/tests
21+
schedule:
22+
interval: daily
23+
labels:
24+
- "topic: infrastructure"

0 commit comments

Comments
 (0)