Skip to content

Commit

Permalink
Ignore Kotlin upgrades of type semver-minor
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed Oct 18, 2023
1 parent 76940d9 commit 0981b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ updates:
ignore:
# Keep Kotlin baseline
- dependency-name: "org.jetbrains.kotlin:*"
update-types: ["version-update:semver-major"]
update-types: ["version-update:semver-major", "version-update:semver-minor"]
# Keep Kotlin extensions baseline
- dependency-name: "org.jetbrains.kotlinx:*"
update-types: ["version-update:semver-major"]
Expand Down

0 comments on commit 0981b92

Please sign in to comment.