diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 186bce4..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,13 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - target-branch: "9.0.x" - commit-message: - prefix: "[9.0.x] " diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index 0790d06..dbb0fde 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -1,9 +1,9 @@ pullRequests.frequency = "@monthly" -commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})" +commits.message = "[10.0.x] ${artifactName} ${nextVersion} (was ${currentVersion})" pullRequests.grouping = [ - { name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] } + { name = "patches", "title" = "[10.0.x] Patch updates", "filter" = [{"version" = "patch"}] } ] buildRoots = [