Skip to content

Commit

Permalink
chore(dependabot): use deps commit type
Browse files Browse the repository at this point in the history
By default, Dependabot creates commits with type "chore". Changed the
type to "deps" which is the correct type for dependencies in our
projects. "chore" was particularly problematic because it doesn't cause
release-please to create a new release.
  • Loading branch information
tuomas777 committed Aug 28, 2024
1 parent f0fe003 commit 92fa1d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "deps"

0 comments on commit 92fa1d1

Please sign in to comment.