Skip to content

Commit

Permalink
Group updates for renovate (#1185)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Lewis <ianlewis@google.com>

Signed-off-by: Ian Lewis <ianlewis@google.com>
  • Loading branch information
Ian Lewis authored Nov 4, 2022
1 parent e823895 commit 377c03d
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"extends": ["config:base"],
"schedule": ["every weekend"],
"packageRules": [
{
"matchManagers": ["github-actions"],
"groupName": "github-actions",
"commitMessageTopic": "github-actions"
"groupName": "github-actions"
},
{
"extends": "group:nodeJs",
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "nodeJs",
"commitMessageTopic": "NodeJs"
"matchManagers": ["gomod"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "go"
},
{
"matchManagers": ["npm"],
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "npm"
},
{
"matchManagers": ["npm"],
"matchDepTypes": ["devDependencies"],
"groupName": "npm dev"
}
]
}

0 comments on commit 377c03d

Please sign in to comment.