From 5939d372c8c7cc95684d0ca68359880293e82bbe Mon Sep 17 00:00:00 2001 From: schmidtw Date: Sun, 21 Jan 2024 08:26:31 -0800 Subject: [PATCH 1/2] Add auto patch releaser. --- .github/workflows/auto-releaser.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/auto-releaser.yml 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 From a072f354cefe8a9626f9851630cb04b52fde00de Mon Sep 17 00:00:00 2001 From: schmidtw Date: Sun, 21 Jan 2024 09:26:22 -0800 Subject: [PATCH 2/2] Update the dependabot messages. --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"