Skip to content

Commit

Permalink
ci(dependabot): extended and reviewed
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic authored Oct 18, 2023
1 parent 43c9e65 commit 3c583c6
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
version: 2
updates:
- package-ecosystem: maven
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore(ci dep)"
include: "scope"

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

0 comments on commit 3c583c6

Please sign in to comment.