We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a6d9fa + a69c22e commit 29cedd7Copy full SHA for 29cedd7
.github/dependabot.yml
@@ -4,3 +4,6 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "weekly"
7
+ groups:
8
+ non-breaking-changes:
9
+ update-types: [minor, patch]
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- name: Update the ${{ env.TAG_NAME }} tag
26
id: update-major-tag
27
- uses: actions/publish-action@v0.2.2
+ uses: actions/publish-action@v0.3.0
28
with:
29
source-tag: ${{ env.TAG_NAME }}
30
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
0 commit comments