Skip to content

Commit

Permalink
Fix typo in dependabot config (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter authored Oct 10, 2023
1 parent 86cacb2 commit 434f512
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 @@ -4,7 +4,7 @@ updates:
directory: /
groups:
all-go-deps:
pattern:
patterns:
- "*"
schedule:
interval: daily
Expand All @@ -16,7 +16,7 @@ updates:
directory: /
groups:
all-gha-deps:
pattern:
patterns:
- "*"
schedule:
interval: daily
Expand All @@ -28,7 +28,7 @@ updates:
directory: /deploy/github/log/leaf_validator
groups:
all-docker-deps:
pattern:
patterns:
- "*"
schedule:
interval: daily
Expand All @@ -40,7 +40,7 @@ updates:
directory: /deploy/github/log/sequence_and_integrate
groups:
all-docker-deps:
pattern:
patterns:
- "*"
schedule:
interval: daily
Expand Down

0 comments on commit 434f512

Please sign in to comment.