Skip to content

Commit

Permalink
Merge pull request #7 from CruGlobal/dependabot-title
Browse files Browse the repository at this point in the history
chore(dependabot): Add commit message and labels
  • Loading branch information
Omicron7 authored Nov 26, 2024
2 parents 52111eb + 8382795 commit 4e21937
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ updates:
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "deps(gomod)"
labels:
- "dependencies"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "deps(github-actions)"
labels:
- "dependencies"
- "patch"
1 change: 1 addition & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ categories:
labels:
- feature
- enhancement
- chore
- title: Fixed
labels:
- fix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: danielchabr/[email protected]
with:
hasSome: feature,enhancement,fix,bug,changed,deprecated,removed,security,docs,documentation,deps,dependencies
hasSome: feature,enhancement,fix,bug,changed,deprecated,removed,security,docs,documentation,deps,dependencies,chore
githubToken: ${{ secrets.GITHUB_TOKEN }}

title-checker:
Expand Down

0 comments on commit 4e21937

Please sign in to comment.