Skip to content

Commit

Permalink
Merge pull request #140 from sandialabs/group-dependabot-updates
Browse files Browse the repository at this point in the history
chore: Group dependabot updates
  • Loading branch information
jmgate authored Oct 28, 2024
2 parents f2f9ea9 + b2514ba commit c5bd96e
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,23 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: weekly
groups:
github-actions-dependencies:
applies-to: version-updates
patterns:
- "*"

- package-ecosystem: pip
directory: /doc
directories:
- /
- /doc
- /example
- /test
schedule:
interval: daily

- package-ecosystem: pip
directory: /example
schedule:
interval: daily

- package-ecosystem: pip
directory: /
schedule:
interval: daily

- package-ecosystem: pip
directory: /test
schedule:
interval: daily
interval: weekly
groups:
python-dependencies:
applies-to: version-updates
patterns:
- "*"

0 comments on commit c5bd96e

Please sign in to comment.