Skip to content

Commit

Permalink
chore: group pulumi updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton authored Aug 31, 2024
1 parent d160a61 commit d44b3cb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "group:allNonMajor"],
"prConcurrentLimit": 3
"packageRules": [
{
"matchFileNames": ["pulumi/**"],
"groupName": "pulumi"
}
],
"prConcurrentLimit": 3,
}

0 comments on commit d44b3cb

Please sign in to comment.