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 Sep 13, 2024
1 parent 854c39b commit 4c8791c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "deps"
# Disable version updates and only allow security updates
open-pull-requests-limit: 0

0 comments on commit 4c8791c

Please sign in to comment.