Skip to content

Commit

Permalink
ci: fix group indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh authored Oct 6, 2023
1 parent 5524067 commit a52c827
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,15 +4,15 @@ updates:
directory: /
schedule:
interval: monthly
groups:
safe-dependencies:
update-types: ['minor', 'patch']
major-dependencies:
update-types: ['major']
groups:
safe-dependencies:
update-types: [minor, patch]
major-dependencies:
update-types: [major]
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
groups:
ci-dependencies:
dependency-type: 'production'
dependency-type: production

0 comments on commit a52c827

Please sign in to comment.