Skip to content

Commit

Permalink
Merge pull request #25 from per1234/dependabot
Browse files Browse the repository at this point in the history
Configure Dependabot to check for outdated Python dependencies
  • Loading branch information
per1234 authored Mar 26, 2023
2 parents dc8b4fd + 7fae193 commit 3a5d41b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,19 @@ updates:
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/dependabot/README.md
# See: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-actions-up-to-date-with-dependabot
- package-ecosystem: github-actions
assignees:
- per1234
directory: / # Check the repository's workflows under /.github/workflows/
schedule:
interval: daily
labels:
- "topic: infrastructure"

- package-ecosystem: pip
assignees:
- per1234
directory: reportsizedeltas/tests
schedule:
interval: daily
labels:
- "topic: infrastructure"

0 comments on commit 3a5d41b

Please sign in to comment.