Skip to content

Commit

Permalink
chore(dependabot): group version updates (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy authored Jun 4, 2024
1 parent fc86738 commit 81e198c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ updates:
- "github-actions"
schedule:
interval: "weekly"
groups:
dependencies:
dependency-type: "production"

# Docker
-
Expand All @@ -39,3 +42,9 @@ updates:
- "docker"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
groups:
dependencies:
dependency-type: "production"

0 comments on commit 81e198c

Please sign in to comment.