diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bf4474f1..69704b38 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,7 +23,7 @@ registries: url: https://repo.maven.apache.org/maven2 username: "" password: "" - + updates: - package-ecosystem: "maven" directory: "/" diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 9d4314a7..ebcc4ccd 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -16,4 +16,4 @@ # under the License. _extends: archiva-parent -tag-template: redback-2.6.x-$NEXT_MINOR_VERSION \ No newline at end of file +tag-template: redback-$NEXT_MAJOR_VERSION-$NEXT_MINOR_VERSION \ No newline at end of file