Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Juan M. Tirado <[email protected]>
  • Loading branch information
juanmanuel-tirado authored Jun 7, 2024
1 parent ca19ee6 commit 4340df7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,20 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
groups:
pantos-dependencies:
# All the pantos team libraries should be updated for patches
patterns:
- "pantos-*"
update-types:
- "minor"
- "patch"
other-dependencies:
# For other dependencies we only look for minor-major updates
exclude-patterns:
- "pantos-*"
update-types:
- "minor"
- "major"


0 comments on commit 4340df7

Please sign in to comment.