Skip to content

Commit

Permalink
Change: Set Dependabot target branch and commit message prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier authored and bjoernricks committed Jun 29, 2023
1 parent ff6cc19 commit e188962
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@ version: 2
updates:
- package-ecosystem: pip
directory: "/"
target-branch: "main"
schedule:
interval: weekly
time: "04:00"
open-pull-requests-limit: 10
allow:
- dependency-type: direct
- dependency-type: indirect
commit-message:
prefix: "Deps"

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

0 comments on commit e188962

Please sign in to comment.