Skip to content

Commit

Permalink
Use globbing (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKobayashi authored Oct 25, 2024
1 parent 3a7ae81 commit e44db15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ updates:
commit-message:
prefix: "fix(deps)"
- package-ecosystem: "docker"
directory: "/"
directory: "**/*"
schedule:
interval: "daily"
assignees:
- "MattKobayashi"
commit-message:
prefix: "fix(deps)"
- package-ecosystem: "pip"
directory: "/"
directory: "**/*"
schedule:
interval: "daily"
assignees:
Expand Down

0 comments on commit e44db15

Please sign in to comment.