diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index dbb0fde..959b8dc 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -1,9 +1,9 @@ pullRequests.frequency = "@monthly" -commits.message = "[10.0.x] ${artifactName} ${nextVersion} (was ${currentVersion})" +commits.message = "[10.1.x] ${artifactName} ${nextVersion} (was ${currentVersion})" pullRequests.grouping = [ - { name = "patches", "title" = "[10.0.x] Patch updates", "filter" = [{"version" = "patch"}] } + { name = "patches", "title" = "[10.1.x] Patch updates", "filter" = [{"version" = "patch"}] } ] buildRoots = [ @@ -22,6 +22,6 @@ updates.pin = [ { groupId = "org.playframework", artifactId = "play-specs2", version = "3.0." }, { groupId = "org.playframework", artifactId = "play-test", version = "3.0." }, { groupId = "org.playframework", artifactId = "sbt-plugin", version = "3.0." }, - { groupId = "org.playframework", artifactId = "play-mailer-guice", version = "10.0." }, - { groupId = "org.playframework", artifactId = "play-mailer", version = "10.0." } + { groupId = "org.playframework", artifactId = "play-mailer-guice", version = "10.1." }, + { groupId = "org.playframework", artifactId = "play-mailer", version = "10.1." } ] diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index f700a67..cf1e9f4 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -5,7 +5,7 @@ on: push: branches: - - 10.0.x # Check branch after merge + - 10.1.x # Check branch after merge concurrency: # Only run once for latest commit per ref and cancel other (previous) runs. diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index d02e7b7..30f5a9b 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -2,7 +2,7 @@ name: Dependency Graph on: workflow_run: workflows: ["Check"] - branches: [10.0.x] + branches: [10.1.x] types: - completed diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0ec51b2..c6111e7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: Publish on: push: branches: # Snapshots - - 10.0.x + - 10.1.x tags: ["**"] # Releases jobs: diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 4bcf35c..ec0200d 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -3,7 +3,7 @@ name: Release Drafter on: push: branches: - - 10.0.x + - 10.1.x jobs: update_release_draft: