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 4eec2a5 commit 4813db0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ updates:
directory: /
schedule:
interval: monthly
groups:
safe-app-dependencies:
update-types: ['minor', 'patch']
major-app-dependencies:
update-types: ['major']
groups:
safe-app-dependencies:
update-types: ['minor', 'patch']
major-app-dependencies:
update-types: ['major']
- package-ecosystem: npm
directory: /function
schedule:
interval: monthly
groups:
safe-function-dependencies:
update-types: ['minor', 'patch']
major-function-dependencies:
update-types: ['major']
groups:
safe-function-dependencies:
update-types: ['minor', 'patch']
major-function-dependencies:
update-types: ['major']
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down

0 comments on commit 4813db0

Please sign in to comment.