Skip to content

Commit

Permalink
fix: use dedicated prefixes for dependency updates (#25)
Browse files Browse the repository at this point in the history
# Description

Use `ci`, `fix` and `chore` for dependency updates, depending on the
dependency type to be updated. `fix` is used for dependencies used in
the production code. They have to be delivered to the end users as soon
as possible.

# Verification

None.

# Checklist

- [x] My code follows the style guidelines of the project
- [x] I have performed a self-review of my own code
- [ ] I have made corresponding changes to the documentation
  • Loading branch information
kayman-mk authored Feb 12, 2023
1 parent f5d5f09 commit 1415eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"autodiscover": true,
"autodiscoverFilter": ["/Hapag-Lloyd/*/"],
"extends": ["config:base", ":semanticCommitTypeAll(chore)", "helpers:pinGitHubActionDigests", ":dependencyDashboard"],
"extends": ["config:base", ":semanticCommits", "helpers:pinGitHubActionDigests", ":dependencyDashboard"],
"includeForks": false,
"ignorePaths": ["**/modules/**/provider.tf"],
"labels": ["dependency"],
Expand Down

0 comments on commit 1415eb5

Please sign in to comment.