Skip to content

Commit

Permalink
Group Dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Aug 13, 2024
1 parent 61271c8 commit 052fd49
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ updates:
interval: weekly

- package-ecosystem: pub
directory: /
labels: ['T: Build']
schedule:
interval: weekly
- package-ecosystem: pub
directory: /example
directories:
- /
- /example
labels: ['T: Build']
schedule:
interval: weekly
groups:
pub:
patterns:
- '*'
update-types:
- minor
- patch

0 comments on commit 052fd49

Please sign in to comment.