Skip to content

Commit

Permalink
add prefix to dependabot commit message (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
frtibble authored May 8, 2024
1 parent 79ef94b commit 24925a3
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
Expand Up @@ -8,18 +8,26 @@ updates:
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "build"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "build"
open-pull-requests-limit: 50
- package-ecosystem: "npm"
directory: "/code/frontend"
schedule:
interval: "weekly"
commit-message:
prefix: "build"
open-pull-requests-limit: 50
- package-ecosystem: "npm"
directory: "/tests/integration/ui"
schedule:
interval: "weekly"
commit-message:
prefix: "build"
open-pull-requests-limit: 50

0 comments on commit 24925a3

Please sign in to comment.