Skip to content

Commit

Permalink
make formatter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali authored Sep 9, 2024
1 parent 5ec90a5 commit 72dd516
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2
updates:
- package-ecosystem: "gomod"
- package-ecosystem: 'gomod'
directories:
- "/"
- "/internal/examples"
- "/internal/thirdparty"
- '/'
- '/internal/examples'
- '/internal/thirdparty'
schedule:
interval: "weekly"
interval: 'weekly'

0 comments on commit 72dd516

Please sign in to comment.