Skip to content

Commit 95ff443

Browse files
chore: use explicit semver range to ignore setup-gradle v6
Replace '6.x' with '>= 6.0.0, < 7.0.0' to match Dependabot's documented semver range format for github-actions ecosystem updates.
1 parent f6cd870 commit 95ff443

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ updates:
5050
interval: "monthly"
5151
ignore:
5252
- dependency-name: "gradle/actions/setup-gradle"
53-
versions: ["6.x"]
53+
versions: [">= 6.0.0, < 7.0.0"]
5454
groups:
5555
dependencies:
5656
patterns:

0 commit comments

Comments
 (0)