Skip to content

Commit

Permalink
Merge pull request #3785 from yunchu/fix-dependabot-config
Browse files Browse the repository at this point in the history
Update dependabot config
  • Loading branch information
yunchu authored Aug 5, 2024
2 parents 2195d59 + f967af6 commit 0f08b40
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,29 @@ updates:
- package-ecosystem: docker
directory: /
schedule:
interval: weekly
interval: daily
groups:
dockerfile-dependency:
applies-to: version-updates
patterns:
- "*"

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: daily
groups:
github-actions-dependency:
applies-to: version-updates
patterns:
- "*"

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

0 comments on commit 0f08b40

Please sign in to comment.