-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into integrate_sd_jwt
- Loading branch information
Showing
150 changed files
with
2,223 additions
and
3,530 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,23 @@ | ||
buildRoots = [ "." ] | ||
buildRoots = ["."] | ||
|
||
pullRequests.grouping = [ | ||
{ name = "all", title = "build: scala-steward dependency updates", "filter" = [{"group" = "*"}] } | ||
{name = "tapir", title = "build: tapir dependency updates", "filter" = [{"group" = "com.softwaremill.sttp.tapir"}]}, | ||
{name = "zio", title = "build: zio dependency updates", "filter" = [{"group" = "dev.zio"}]}, | ||
{name = "dal", title = "build: DAL dependency update", "filter" = [{"group" = "io.getquill"}, {"group" = "flywaydb"}, {"group" = "org.postgresql"}, {"group" = "org.tpolecat"}]}, | ||
{name = "protobuf", title = "build: protobuf dependency update", "filter" = [{"group" = "com.thesamet*"}]}, | ||
{name = "sbt", title = "build: sbt and plugins dependency update", "filter" = [{"group" = "com.eed3si9n"}, {"group" = "com.github.sbt"}, {"group" = "org.scala-sbt"}, {"group" = "org.scalameta"}, {"group" = "org.scoverage"}]}, | ||
{name = "internal", title = "build: internal dependency updates", "filter" = [{"group" = "io.iohk.atala*"}, {"group" = "org.hyperledger.identus*"}]}, | ||
{name = "all", title = "build: scala-steward dependency updates", "filter" = [{"group" = "*"}]} | ||
] | ||
|
||
updates.ignore = [ | ||
# { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-zio" }, #TODO | ||
{ groupId = "com.github.dasniko", artifactId = "testcontainers-keycloak" }, #TODO | ||
{ groupId = "org.keycloak", artifactId = "keycloak-authz-client" }, #TODO | ||
{ groupId = "dev.zio", artifactId = "zio-interop-cats" } #TODO | ||
# { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-zio" }, #TODO | ||
{groupId = "com.github.dasniko", artifactId = "testcontainers-keycloak"}, #TODO | ||
{groupId = "org.keycloak", artifactId = "keycloak-authz-client"}, #TODO | ||
{groupId = "dev.zio", artifactId = "zio-interop-cats"} #TODO | ||
] | ||
|
||
# If set, Scala Steward will only create or update `n` PRs each time it runs (see `pullRequests.frequency` above). | ||
# Useful if running frequently and/or CI build are costly | ||
# Default: null | ||
updates.limit = 5 |
This file contains 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
Oops, something went wrong.