Skip to content

Commit

Permalink
Change: Create conventional commits for dependabot
Browse files Browse the repository at this point in the history
Change dependabot config to create convention commit messages.
This allows to include dependency updates in the release changelogs.
  • Loading branch information
bjoernricks committed May 15, 2023
1 parent 6224b89 commit 61e110d
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
time: "04:00"
open-pull-requests-limit: 10
allow:
- dependency-type: direct
- dependency-type: indirect
commit-message:
prefix: "Deps"

- package-ecosystem: pip
directory: "/"
schedule:
interval: "weekly"
time: "04:00"
open-pull-requests-limit: 10
allow:
- dependency-type: direct
- dependency-type: indirect

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "Deps"

0 comments on commit 61e110d

Please sign in to comment.