Skip to content

Commit

Permalink
Group updates and add to Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrivo committed Jul 3, 2023
1 parent 642bcc1 commit b5d61eb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions OutlookDesktop.sln
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{19CE5627-1B2C-44BE-86A4-CED5B029D570}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
renovate.json = renovate.json
EndProjectSection
EndProject
Global
Expand Down
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,18 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
}

0 comments on commit b5d61eb

Please sign in to comment.