Skip to content

Commit

Permalink
Merge pull request #27 from xmidt-org/add-auto-releaser
Browse files Browse the repository at this point in the history
Add auto patch releaser.
  • Loading branch information
johnabass authored May 29, 2024
2 parents f28b2cf + 7a06327 commit f3bf041
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2023 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
---

version: 2
updates:

Expand All @@ -12,7 +12,7 @@ updates:
labels:
- "dependencies"
commit-message:
prefix: "chore"
prefix: "automation"
include: "scope"
open-pull-requests-limit: 10

Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/auto-releaser.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f3bf041

Please sign in to comment.