Skip to content

Commit

Permalink
Update dependabot to check micrometer branch
Browse files Browse the repository at this point in the history
Also formatting changes.
  • Loading branch information
Channyboy authored Jan 27, 2023
1 parent e40d844 commit e7ed435
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10

- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
target-branch: "micrometer"
open-pull-requests-limit: 10
# Avoid any Dependabot branch name collisions
pull-request-branch-name:
separator: "-"
labels:
- "micrometer"
- "dependencies"

0 comments on commit e7ed435

Please sign in to comment.