Bump VirtusLab/scala-cli-setup from 1.11.0 to 1.12.1#5054
Merged
softwaremill-ci merged 1 commit intomasterfrom Mar 13, 2026
Merged
Conversation
adamw
pushed a commit
that referenced
this pull request
Mar 11, 2026
## Summary - Add `dependabot[bot]` to `ci` job condition so CI runs in `pull_request` context for Dependabot PRs - Replace `secrets: inherit` with explicit `permissions` on `auto-merge-dependabot` job (`contents: write`, `pull-requests: write`, `workflows: write`) ## Root cause Two issues preventing Dependabot auto-merge: 1. **CI skipped for Dependabot PRs** — the `ci` job condition only allows `push`, external PRs, and `softwaremill-ci`. Dependabot PRs (same-repo, `pull_request` event) don't match any condition → `ci` SKIPPED → `auto-merge-dependabot` SKIPPED (depends on `ci`). 2. **Missing `workflows` permission** — Dependabot PRs bump GitHub Actions versions in workflow files. Merging such PRs requires the `workflows` permission, which `GITHUB_TOKEN` doesn't have by default. Currently 5 Dependabot PRs stuck (#4766 since Aug 2025, #5044, #5054, #5055, #5056).
Contributor
|
@dependabot rebase |
70999fb to
b94dc8c
Compare
Contributor
|
@dependabot rebase |
Bumps [VirtusLab/scala-cli-setup](https://github.com/virtuslab/scala-cli-setup) from 1.11.0 to 1.12.1. - [Release notes](https://github.com/virtuslab/scala-cli-setup/releases) - [Commits](VirtusLab/scala-cli-setup@89a4859...2cea559) --- updated-dependencies: - dependency-name: VirtusLab/scala-cli-setup dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
b94dc8c to
c6b86a0
Compare
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.
Bumps VirtusLab/scala-cli-setup from 1.11.0 to 1.12.1.
Release notes
Sourced from VirtusLab/scala-cli-setup's releases.
Commits
2cea559Update dist (#1033)4a13574Merge pull request #1032 from VirtusLab/update-scala-cli-setup910686cMerge pull request #1030 from VirtusLab/dependabot/npm_and_yarn/actions/core-...195c3a8Merge pull request #1031 from VirtusLab/dependabot/npm_and_yarn/actions/tool-...a768262Update scala-cli version to 1.12.11c19052chore(deps): Bump@actions/tool-cachefrom 3.0.0 to 3.0.1b838e39chore(deps): Bump@actions/corefrom 2.0.2 to 2.0.36a1d13aMerge pull request #1027 from VirtusLab/dependabot/npm_and_yarn/stylistic/esl...433f612chore(deps-dev): Bump@stylistic/eslint-pluginfrom 5.7.0 to 5.7.1bf94dc1Merge pull request #1028 from VirtusLab/dependabot/npm_and_yarn/typescript-es...You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)