mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 21:21:03 +00:00
chore: setup renovate (#64)
This commit is contained in:
parent
dc1903c4b4
commit
7bd752c2f5
7 changed files with 125 additions and 23 deletions
80
.github/renovate.json5
vendored
Normal file
80
.github/renovate.json5
vendored
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
{
|
||||
"extends": [
|
||||
":semanticCommits",
|
||||
":semanticCommitTypeAll(deps)",
|
||||
":semanticCommitScopeDisabled",
|
||||
|
||||
":dependencyDashboard",
|
||||
":approveMajorUpdates",
|
||||
|
||||
":automergeMinor",
|
||||
":automergeLinters",
|
||||
":automergeTesters",
|
||||
":automergeTypes",
|
||||
|
||||
":maintainLockFilesWeekly",
|
||||
":enableVulnerabilityAlerts",
|
||||
"helpers:pinGitHubActionDigests"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "linters",
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"matchDepNames": [
|
||||
"golangci/golangci-lint"
|
||||
],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"groupName": "testing",
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"matchDepNames": [
|
||||
"github.com/stretchr/testify"
|
||||
],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"groupName": "github-actions",
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"matchDepTypes": [
|
||||
"action"
|
||||
],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"groupName": "gitlab-ci",
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"registry.gitlab.com/gitlab-org/release-cli"
|
||||
],
|
||||
"automerge": true
|
||||
}
|
||||
],
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
".+\\.ya?ml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
": (?<currentValue>.+) # renovate: datasource=(?<datasource>[a-z-]+) depName=(?<depName>[^\\s]+)(?: lookupName=(?<lookupName>[^\\s]+))?(?: versioning=(?<versioning>[a-z-]+))?(?: extractVersion=(?<extractVersion>[^\\s]+))?"
|
||||
]
|
||||
}
|
||||
],
|
||||
"postUpdateOptions": [
|
||||
"gomodUpdateImportPaths",
|
||||
"gomodTidy"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue