Skip to content

Commit

Permalink
gha: update prefix for dependabot prs & improve release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danroux committed May 2, 2024
1 parent f861d90 commit a4bc655
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ updates:
- "dependencies"
- "dependencies/npm"
commit-message:
prefix: "npm deps:"
prefix: "npm:"
include: "scope"
open-pull-requests-limit: 10
reviewers:
Expand All @@ -25,7 +25,7 @@ updates:
- "dependencies"
- "dependencies/gha"
commit-message:
prefix: "gha deps:"
prefix: "gha:"
include: "scope"
open-pull-requests-limit: 10
reviewers:
Expand All @@ -40,7 +40,7 @@ updates:
- "dependencies"
- "dependencies/docker"
commit-message:
prefix: "docker deps:"
prefix: "docker:"
include: "scope"
open-pull-requests-limit: 10
reviewers:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 0
ref: 'main'
- name: Get Latest Tag
id: latest-tag
run: |
Expand Down

0 comments on commit a4bc655

Please sign in to comment.