Skip to content

Commit

Permalink
chore(dependabot): group version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed May 22, 2024
1 parent f4b441d commit 2a3045e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"

# Github Actions
-
Expand All @@ -45,6 +50,9 @@ updates:
- "github-actions"
schedule:
interval: "weekly"
groups:
dependencies:
dependency-type: "production"

# Docker
-
Expand All @@ -56,3 +64,6 @@ updates:
- "docker"
schedule:
interval: "weekly"
groups:
dependencies:
dependency-type: "production"

0 comments on commit 2a3045e

Please sign in to comment.