Skip to content

Commit

Permalink
ci: Add renovate groups
Browse files Browse the repository at this point in the history
  • Loading branch information
codello committed Sep 19, 2023
1 parent 471eaae commit aca87b9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>codello/.github:renovate-config"]
"extends": ["local>codello/.github:renovate-config"],
"packageRules": [
{
"matchPackageNames": [
"github.com/testcontainers/testcontainers-go",
"github.com/testcontainers/testcontainers-go/modules/postgres"
],
"groupName": "github.com/testcontainers/testcontainers-go"
}
]
}

0 comments on commit aca87b9

Please sign in to comment.