Skip to content

Commit

Permalink
ci: Tweak dependabot & Semantic PR config
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Sep 23, 2023
1 parent 07943d6 commit 698214d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
commit-message:
prefix: deps
prefix-development: "deps(dev)"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: deps
prefix-development: "deps(dev)"
ignore:
- dependency-name: "*"
update-types:
Expand Down
23 changes: 10 additions & 13 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,17 @@
enabled: true
commitsOnly: true
types:
- feat # A new feature
- fix # A fix
- docs # Documentation changes
- refactor # Refactoring
- style # Code style changes
- perf # Performance improvements
- build # Build system changes
- ci # Stuff only affecting Github Actions
- chore # General maintenance work
- revert # Reverting some previous commit. The message should be `revert: OriginalMessage CommitSha`
- ux # User experience improvements
scopes:
- feat
- fix
- docs
- refactor
- build
- ci
- chore
- deps
- deps-dev
- perf
scopes:
- dev
- core
- attr_parse
- macro

0 comments on commit 698214d

Please sign in to comment.