scala-steward icon indicating copy to clipboard operation
scala-steward copied to clipboard

:robot: A bot that helps you keep your projects up-to-date

Results 180 scala-steward issues
Sort by recently updated
recently updated
newest added

Closes https://github.com/scala-steward-org/scala-steward/issues/2608

When using `updatePullRequests = "always"`, if Scala Steward PRs are up-to-date with the main branch then running Scala Steward will _not_ push commits to these branches. This is what I...

A couple of times recently, for the first time i've noticed it, Steward has been raising branch names longer than 40 characters. We have an internal limit on our repositories...

## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/scala/scala3) from `3.4.0` to `3.4.1` 📜 [GitHub Release Notes](https://github.com/scala/scala3/releases/tag/3.4.1) - [Version Diff](https://github.com/scala/scala3/compare/3.4.0...3.4.1) - [Version Diff](https://github.com/scala/scala3/compare/release-3.4.0...release-3.4.1) ## Usage ✅ **Please merge!** I'll automatically update this...

dependency-update

I have Bitbucket repository which has spaces in it's name. This is not problem for any other tool, for example Renovate, Circle CI etc. In repos.md I have listed ```...

One of the useful features [Renovate](https://github.com/renovatebot/renovate) has that this project is missing is that it automatically detects files that need updating - https://docs.renovatebot.com/modules/manager/sbt/#file-matching. Would it be a good idea to...

We'd like to only update some library every 30 days. For example, AWS has a new build almost every single day and it is quite noisy. We had following configurations...

This is done in the [`RepoConfigLoader`](https://github.com/scala-steward-org/scala-steward/blob/main/modules/core/src/main/scala/org/scalasteward/core/repoconfig/RepoConfigLoader.scala#L35) with the default config and the supplied additional configs. And now here in the same way. The `RepoConfig.combine` function treats the 2nd argument as...

bug

Re-enable Scala 3 Next PRs after #3328 got merged and is part of https://github.com/scala-steward-org/scala-steward/releases/tag/v0.30.0

administration