Skip to content

Commit

Permalink
style: format source accordingly to guides & conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Denysenko committed Nov 18, 2023
1 parent 3be83b8 commit 69ea59c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "maven"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
version : 2
updates :
- package-ecosystem : "maven"
directory : "/" # Location of package manifests
schedule :
interval : "weekly"
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ management :
metrics :
export :
step : 20s
enabled: true
enabled : true
zipkin :
tracing :
endpoint : ${TEMPO_URL:http://localhost:9411/api/v2/spans}
Expand Down

0 comments on commit 69ea59c

Please sign in to comment.