Skip to content

Commit

Permalink
Dependabot: do not notify about patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits committed Nov 15, 2024
1 parent 6fe8842 commit 2d385fd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ updates:
time: "02:00"
open-pull-requests-limit: 2
groups:
minor-and-patch:
minor:
applies-to: version-updates
update-types:
- "patch"
- "minor"
- "minor"
major:
applies-to: version-updates
update-types:
- "major"
- "major"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -27,7 +26,7 @@ updates:
groups:
all-actions:
applies-to: version-updates
patterns: [ "*" ]
patterns: ["*"]
- package-ecosystem: "docker"
directory: "/"
schedule:
Expand All @@ -38,4 +37,4 @@ updates:
groups:
all-docker:
applies-to: version-updates
patterns: [ "*" ]
patterns: ["*"]

0 comments on commit 2d385fd

Please sign in to comment.