Skip to content

Commit

Permalink
chore: update dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr committed Oct 13, 2023
1 parent 4c10b80 commit 9769f83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ check: venv
## format : Format code.
.PHONY: format
format: venv
$(VENV)/black -q .
$(VENV)/ruff format -q .


## test : Execute tests.
Expand Down
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"extends": [
"config:base",
"config:best-practices",
":disableDependencyDashboard",
":automergePr",
":automergeMinor"
":automergeMinor",
":semanticCommitTypeAll(chore)"
]
}

0 comments on commit 9769f83

Please sign in to comment.