Skip to content

Bump sbt/setup-sbt from 1.1.15 to 1.1.16#5056

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/sbt/setup-sbt-1.1.16
Open

Bump sbt/setup-sbt from 1.1.15 to 1.1.16#5056
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/sbt/setup-sbt-1.1.16

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps sbt/setup-sbt from 1.1.15 to 1.1.16.

Release notes

Sourced from sbt/setup-sbt's releases.

v1.1.16

updates

Full Changelog: sbt/setup-sbt@v1...v1.1.16

Commits
  • ae54f7c Merge pull request #68 from sbt/dependabot/github_actions/actions/cache-5.0.3
  • 6e45bf1 Bump actions/cache from 5.0.2 to 5.0.3
  • 5253bad Merge pull request #67 from scala-steward/update/sbt-1.12.1
  • 0085550 Regenerated action.yml
  • 570a4c0 Update sbt, scripted-plugin to 1.12.1
  • 133c2ec Merge pull request #66 from sbt/dependabot/github_actions/actions/cache-5.0.2
  • 6fe532a Bump actions/cache from 5.0.1 to 5.0.2
  • See full diff in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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).
@endrju19
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/github_actions/sbt/setup-sbt-1.1.16 branch from b142cdd to 44b755c Compare March 11, 2026 12:22
@endrju19
Copy link
Contributor

@dependabot recreate

Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.1.15 to 1.1.16.
- [Release notes](https://github.com/sbt/setup-sbt/releases)
- [Commits](sbt/setup-sbt@a627500...ae54f7c)

---
updated-dependencies:
- dependency-name: sbt/setup-sbt
  dependency-version: 1.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/sbt/setup-sbt-1.1.16 branch from 44b755c to ad9dcaa Compare March 11, 2026 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant