Skip to content

Commit 4e065c7

Browse files
committed
Dependabot: ignore semver-minor updates
Update .github/dependabot.yml to ignore "version-update:semver-minor" for all dependencies instead of previously ignoring semver-major updates. The change adjusts the ignore block (whitespace/indentation) and leaves the github-actions package-ecosystem entry unchanged.
1 parent 30764fb commit 4e065c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ updates:
1717
schedule:
1818
interval: "weekly"
1919
cooldown:
20+
semver-major-days: 7
2021
semver-minor-days: 7
2122
semver-patch-days: 7
2223
ignore:
2324
- dependency-name: "*"
2425
update-types:
25-
- "version-update:semver-major"
26+
- "version-update:semver-patch"
2627

2728
- package-ecosystem: "github-actions"
2829
directory: "/"

0 commit comments

Comments
 (0)