Skip to content

Commit

Permalink
dependabot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
na1307 committed Feb 20, 2024
1 parent 6f17827 commit b69b2a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dotnet_style_allow_statement_immediately_after_block_experimental = false
#### C# 코딩 규칙 ####

# var 기본 설정
csharp_style_var_elsewhere = false
csharp_style_var_elsewhere = true
csharp_style_var_for_built_in_types = true
csharp_style_var_when_type_is_apparent = true

Expand Down
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ updates:
separator: _
reviewers:
- "na1307"
groups:
default:
patterns:
- "*"

0 comments on commit b69b2a6

Please sign in to comment.