Skip to content

Commit

Permalink
Merge pull request #9 from seatgeek/renovate-config
Browse files Browse the repository at this point in the history
Renovate config tweaks
  • Loading branch information
colinodell authored Nov 25, 2024
2 parents 7d9166f + 8b32dd7 commit c03abad
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
]
},

"reviewers": ["team:developer-experience"],
"reviewersSampleSize": 1,

"gomod": {
"postUpdateOptions": [
"gomodUpdateImportPaths",
Expand Down Expand Up @@ -46,5 +49,28 @@
"matchPackageNames": ["igorshubovych/markdownlint-cli", "ghcr.io/igorshubovych/markdownlint-cli"],
"groupName": "markdownlint-cli",
},
{
"description": "Auto-merge non-major test deps",
"matchPackageNames": [
"actions/checkout",
"actions/setup-go",
"github/super-linter",
"codecov/codecov-action",
"codecov/test-results-action",
"github.com/stretchr/testify",
"github.com/testcontainers/testcontainers-go",
"github.com/testcontainers/testcontainers-go/**",
"github.com/golangci/golangci-lint",
"gotest.tools/gotestsum",
"github.com/boumenot/gocover-cobertura",
"mockery/mockery",
"palantir/go-license",
"igorshubovych/markdownlint-cli",
"pipelinecomponents/yamllint",
],
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
"minimumReleaseAge": "3 days",
},
],
}

0 comments on commit c03abad

Please sign in to comment.