diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2fb3c9e..3b343fa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2023 Comcast Cable Communications Management, LLC # SPDX-License-Identifier: Apache-2.0 ---- + version: 2 updates: @@ -12,7 +12,7 @@ updates: labels: - "dependencies" commit-message: - prefix: "chore" + prefix: "automation" include: "scope" - package-ecosystem: gomod @@ -22,5 +22,5 @@ updates: labels: - "dependencies" commit-message: - prefix: "feat" + prefix: "chore" include: "scope" diff --git a/.github/workflows/auto-releaser.yml b/.github/workflows/auto-releaser.yml new file mode 100644 index 0000000..74ccbfe --- /dev/null +++ b/.github/workflows/auto-releaser.yml @@ -0,0 +1,13 @@ +# SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC +# SPDX-License-Identifier: Apache-2.0 +--- +name: 'Automatically relase patch versions.' + +on: + schedule: # Run every day at 12:00 UTC + - cron: '0 12 * * *' + workflow_dispatch: + +jobs: + release: + uses: xmidt-org/shared-go/.github/workflows/auto-releaser.yml@d3950e69700e2957d27645a5532cd717d6835746 # v4.2.1