Skip to content

Commit

Permalink
Fix dependabot configuration
Browse files Browse the repository at this point in the history
# Summary

This fixes the dependable configuration, which was wrongly indented. 

## Change Type

***Mark the type of change your PR introduces:***

- [x] Bug fix (resolves an issue without affecting existing features)
- [ ] Feature (adds new functionality without breaking changes)
- [ ] Breaking change (may impact existing functionalities or require documentation updates)
- [ ] Documentation (updates or additions to documentation)
- [ ] Refactoring or test improvements (no bug fixes or new functionality)

# Testing

***Outline how the changes were tested, including steps to reproduce and any relevant configurations. 
Attach screenshots if helpful.***

# Review Checklist:

- [x] Reviewed my own code for quality and clarity.
- [ ] Added comments to complex or tricky code sections.
- [ ] Updated any affected documentation.
- [ ] Included tests that validate the fix or feature.
- [ ] Checked that related changes are merged.
  • Loading branch information
JAORMX authored Sep 12, 2024
1 parent 78652f8 commit eca35fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ updates:
directory: "/"
schedule:
interval: "daily"
groups:
otel:
patterns:
- "go.opentelemetry.io/otel/*"
groups:
otel:
patterns:
- "go.opentelemetry.io/otel/*"
- package-ecosystem: "gomod"
directory: "tools"
schedule:
Expand Down

0 comments on commit eca35fe

Please sign in to comment.