Skip to content

Commit

Permalink
Add Group Names to dependabot.yml (intel#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Titsworth authored May 21, 2024
1 parent bc09913 commit 4175d5e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: 2
updates:
- directory: /test-runner
groups:
python-requirements:
test-runner:
patterns:
- "*"
package-ecosystem: pip
Expand All @@ -33,39 +33,39 @@ updates:
interval: weekly
- directory: /pytorch
groups:
python-requirements:
pytorch:
patterns:
- "*"
package-ecosystem: pip
schedule:
interval: weekly
- directory: /classical-ml
groups:
python-requirements:
classical-ml:
patterns:
- "*"
package-ecosystem: pip
schedule:
interval: weekly
- directory: /tensorflow
groups:
python-requirements:
tensorflow:
patterns:
- "*"
package-ecosystem: pip
schedule:
interval: weekly
- directory: /python
groups:
python-requirements:
python:
patterns:
- "*"
package-ecosystem: pip
schedule:
interval: weekly
- directory: /docs
groups:
python-requirements:
docs:
patterns:
- "*"
package-ecosystem: pip
Expand Down

0 comments on commit 4175d5e

Please sign in to comment.