Skip to content

Commit

Permalink
Merge pull request #223 from sandialabs/tweak-dependabot
Browse files Browse the repository at this point in the history
chore: Tweak dependabot
  • Loading branch information
jmgate authored Oct 10, 2024
2 parents 48e71aa + c4c9252 commit e5fcb10
Showing 1 changed file with 13 additions and 18 deletions.
31 changes: 13 additions & 18 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,19 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: weekly
groups:
github-actions-dependencies:
applies-to: version-updates

- 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

0 comments on commit e5fcb10

Please sign in to comment.