Skip to content

Commit 074080d

Browse files
authored
Merge pull request #22 from xarlizard/dev
update dependabot config -> ignore patch version updates
2 parents 37bbf63 + 2153050 commit 074080d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ updates:
1919
# Ignore major version updates for stability
2020
ignore:
2121
- dependency-name: "*"
22-
update-types: ["version-update:semver-major"]
22+
update-types:
23+
- "version-update:semver-major"
24+
- "version-update:semver-patch"
25+
2326

2427
# Enable version updates for GitHub Actions
2528
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)