scala-steward
scala-steward copied to clipboard
:robot: A bot that helps you keep your projects up-to-date
Scala CLI has a [`dependency-update` command](https://scala-cli.virtuslab.org/docs/guides/dependencies#update-dependencies) to update `//> using lib` directives. I would like Scala Steward to be able to keep these up-to-date as well. Thank you for maintaining...
This PR lets Scala Steward also pick up custom headers used for authentication. This is for example needed for Gitlab. I think looking at `csrConfiguration.value.authenticationByRepositoryId` is the cleanest and most...
Updates [com.github.sbt:sbt-native-packager](https://github.com/sbt/sbt-native-packager) from 1.9.9 to 1.9.10. [GitHub Release Notes](https://github.com/sbt/sbt-native-packager/releases/tag/v1.9.10) - [Changelog](https://github.com/sbt/sbt-native-packager/blob/master/CHANGELOG.md) - [Version Diff](https://github.com/sbt/sbt-native-packager/compare/v1.9.9...v1.9.10) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself....
Since there is already a `commit.message` it would make sense to have `commit.labels` to match the `--add-labels` parameters. CC: https://github.com/scala-steward-org/scala-steward/pull/2523#issuecomment-1208300736
Filter labels Scala Steward adds to PRs it creates by a regex to avoid visual clutter or conflicts with existing label conventions. Follows up on discussion that happened in #2523.
Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from 2.0.0 to 2.0.1. [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.1) - [Version Diff](https://github.com/scoverage/sbt-scoverage/compare/v2.0.0...v2.0.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
This PR adds support for Azure Repos as requested on #2659 Azure APi Doce: [here](https://docs.microsoft.com/en-us/rest/api/azure/devops/git/?view=azure-devops-rest-7.1) WIth this feature, scala-steward can be run on Azure Repos using docker as follows 1....
Attempt to solve #2638. Can be invoked like this (as a subcommand): ``` java -jar scala-steward-assembly-VERSION.jar validate-repo-config .scala-steward.conf ``` Sample input (with error): `.scala-steward.conf`: ```ini updatePullRequests = 123 ``` Output:...
I didn't see another issue like this one, so I'm opening this. I saw a few dependencies were outdated in a project despite daily scala-steward runs (on latest image). I...
See https://github.com/tpolecat/natchez/pull/592. The PR updates [org.typelevel:log4cats-core](https://github.com/typelevel/log4cats) and applies the following Scalafix migration for cats-core: https://github.com/scala-steward-org/scala-steward/blob/e94fc77485a2beb9c366015507dcda1393e25cda/modules/core/src/main/resources/scalafix-migrations.conf#L147-L154 This migration should not match log4cats-core.