Skip to content

Commit

Permalink
Merge pull request #226 from edmorley/fix-dependabot-config
Browse files Browse the repository at this point in the history
Fix indentation in Dependabot config
  • Loading branch information
natalieparellano authored Oct 27, 2023
2 parents bf6841a + e4da6d9 commit 0eae658
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ updates:
directory: "/"
schedule:
interval: weekly
groups:
# Group all minor/patch go dependencies into a single PR.
go-dependencies:
update-types:
- "minor"
- "patch"
groups:
# Group all minor/patch go dependencies into a single PR.
go-dependencies:
update-types:
- "minor"
- "patch"
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down

0 comments on commit 0eae658

Please sign in to comment.