Skip to content

Commit

Permalink
Merge pull request #67 from boschrexroth/feature/dep-bot-config
Browse files Browse the repository at this point in the history
fix: use property 'directories' with glob pattern in all package ecos…
  • Loading branch information
albrecht-j authored Sep 10, 2024
2 parents 48b6fa7 + 83736b3 commit c88c445
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,20 @@ updates:
schedule:
interval: 'weekly'
- package-ecosystem: npm
directory: '/samples-node'
directories:
- '/samples-nodes/*'
allow:
- dependency-type: 'production'
schedule:
interval: 'weekly'
- package-ecosystem: nuget
directory: '/samples-net'
directories:
- '/samples-net/*'
schedule:
interval: 'weekly'
- package-ecosystem: pip
directory: '/samples-python'
directories:
- '/samples-python/*'
allow:
- dependency-type: 'production'
schedule:
Expand Down

0 comments on commit c88c445

Please sign in to comment.