Conversation
Triggers on push to main and PRs. Matrix tests against JDK 21 (minimum) and JDK 25 (latest LTS). Includes ktlintCheck, test, and test artifact upload.
Gradle deps split into two groups: production (exposed, spring, jackson, drivers) and testing (kotest, testcontainers, wiremock). Grouping reduces PR noise while keeping risk levels separate.
Update SHA pin from v4.4.1 to v4.4.4 (latest v4.x patch).
- Add auto-merge-dependabot job using shared auto-merge workflow - Add "automerge" label to both Dependabot ecosystems - Uses SOFTWAREMILL_CI_PR_TOKEN to trigger downstream CI on merge - Follows sttp-ai/tapir pattern (andrzej.kobylinski Feb-Mar 2026 fixes)
ramafasa
approved these changes
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/workflows/ci.yml— CI workflow with JDK matrix [21, 25],ktlintCheck+test, test artifact upload, Dependabot auto-merge.github/dependabot.yml— weekly dependency updates for Gradle (grouped: production vs testing) and GitHub Actions, with auto-merge via shared SML workflowImplements KOJAK-34.
Details
CI workflow:
mainand PRsjvmToolchain(21)) + JDK 25 (latest LTS)fail-fast: falsefor full signal on both JDK versionspermissions: contents: write+pull-requests: write(required for auto-merge)gradle/actions), GitHub-owned use version tagsDependabot auto-merge:
auto-merge-dependabotjob calls sharedsoftwaremill/github-actions-workflowsauto-merge workflowSOFTWAREMILL_CI_PR_TOKENPAT to trigger downstream CI on merge to mainautomergeviadependabot.ymlconfigDependabot:
gradleecosystem with two groups:production(exposed, spring, jackson, drivers) andtesting(kotest, testcontainers, wiremock) — separate risk levels, auto-classified viadependency-typegithub-actionsecosystem for keeping workflow actions currentOut of scope (deferred to KOJAK-35):
Test plan
ktlintCheckpasses on both JDK versionsautomergelabel in GitHub repo settings (or verify Dependabot auto-creates it on first PR)