Skip to content

Commit

Permalink
ci: update dependabot to use clearer commit messages
Browse files Browse the repository at this point in the history
Signed-off-by: David Hart <[email protected]>
  • Loading branch information
dbhart committed Oct 4, 2024
1 parent ac9f13b commit 7bbed82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ updates:
commit-message:
prefix: "build"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
python-dependencies:

- package-ecosystem: github-actions
directory: /
Expand All @@ -24,7 +21,4 @@ updates:
commit-message:
prefix: "ci"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
actions-dependencies:
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
branches:
- 'main'
paths-ignore:
- '.github/**'
- '!.github/workflows/release.yml'
- 'docs/**'
- 'examples/**'
tags:
- '**'

Expand Down

0 comments on commit 7bbed82

Please sign in to comment.