Skip to content

Commit 29cedd7

Browse files
authored
Merge branch 'main' into patch-1
2 parents 1a6d9fa + a69c22e commit 29cedd7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
groups:
8+
non-breaking-changes:
9+
update-types: [minor, patch]

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Update the ${{ env.TAG_NAME }} tag
2626
id: update-major-tag
27-
uses: actions/publish-action@v0.2.2
27+
uses: actions/publish-action@v0.3.0
2828
with:
2929
source-tag: ${{ env.TAG_NAME }}
3030
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)