Skip to content

update dependabot to preserve intended versions#215

Merged
kiftio merged 1 commit into
mainfrom
05-26-update_dependabot_to_preserve_intended_versions
May 27, 2026
Merged

update dependabot to preserve intended versions#215
kiftio merged 1 commit into
mainfrom
05-26-update_dependabot_to_preserve_intended_versions

Conversation

@kiftio
Copy link
Copy Markdown
Contributor

@kiftio kiftio commented May 26, 2026

What changes are you making?

Updates the Dependabot configuration to allow Kotlin compiler/plugin updates up to (but not including) 3.0.0, reflecting that the project now builds with a 2.x compiler. A separate ignore rule is added for kotlin-stdlib to cap it at 2.1.0, keeping the published stdlib dependency aligned with the Kotlin API/language consumer floor rather than the newer compiler version used to build the AAR. These rules are applied consistently across both the library and sample app Dependabot configurations.

How to test

Verify that Dependabot does not propose updates to org.jetbrains.kotlin.* at 3.0.0 or above, and does not propose updates to org.jetbrains.kotlin:kotlin-stdlib at 2.1.0 or above.


Before you merge

Important

  • I've added tests to support my implementation
  • I have read and agree with the Contribution Guidelines
  • I have read and agree with the Code of Conduct
  • I've updated the relevant platform README (platforms/swift/README.md and/or platforms/android/README.md)

Releasing a new Swift version?
  • I have bumped the version in ShopifyCheckoutKit.podspec
  • I have bumped the version in platforms/swift/Sources/ShopifyCheckoutKit/ShopifyCheckoutKit.swift
  • I have updated platforms/swift/CHANGELOG.md
  • I have updated the SwiftPM/CocoaPods version snippets in platforms/swift/README.md (major version only)
Releasing a new Android version?
  • I have bumped the versionName in platforms/android/lib/build.gradle
  • I have updated platforms/android/CHANGELOG.md
  • I have updated the Gradle/Maven version snippets in platforms/android/README.md

Tip

See the Contributing documentation for the full release process per platform.

Copy link
Copy Markdown
Contributor Author

kiftio commented May 26, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

@kiftio kiftio marked this pull request as ready for review May 26, 2026 14:59
@kiftio kiftio requested a review from a team as a code owner May 26, 2026 14:59
@kiftio kiftio merged commit c50854f into main May 27, 2026
17 checks passed
@kiftio kiftio deleted the 05-26-update_dependabot_to_preserve_intended_versions branch May 27, 2026 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants