Skip to content

Commit

Permalink
change dependabot groupings
Browse files Browse the repository at this point in the history
  • Loading branch information
Trombach committed Aug 22, 2024
1 parent 5efd34c commit f702657
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,33 +23,13 @@ updates:
- "@astrojs/*"
update-types:
- major
production-breaking:
production:
dependency-type: production
exclude-patterns:
- "astro*"
- "@astrojs/*"
update-types:
- major
dev-breaking:
dependency-type: development
exclude-patterns:
- "astro*"
- "@astrojs/*"
update-types:
- major
others-production:
dependency-type: production
update-types:
- minor
- patch
exclude-patterns:
- "astro*"
- "@astrojs/*"
others-dev:
development:
dependency-type: development
update-types:
- minor
- patch
exclude-patterns:
- "astro*"
- "@astrojs/*"
Expand Down

0 comments on commit f702657

Please sign in to comment.