Skip to content

Commit

Permalink
ci(dependabot): reviewed config
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic authored Oct 25, 2023
1 parent 15041f0 commit 5015741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ updates:
schedule:
interval: "daily"
commit-message:
prefix: "chore(ci dep)"
prefix: "chore"
include: "scope"

- package-ecosystem: "maven"
directory: "/testapiconnector"
schedule:
interval: "daily"
commit-message:
prefix: "fix(maven dep)"
prefix-development: "chore(maven dev dep)"
prefix: "fix"
prefix-development: "chore"
include: "scope"

0 comments on commit 5015741

Please sign in to comment.