You've already forked renovate-config
59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"packageRules": [
|
|
{
|
|
"addLabels": [
|
|
"renovate/automerge",
|
|
"renovate/github-action"
|
|
],
|
|
"automerge": true,
|
|
"enabled": true,
|
|
"groupName": "actions",
|
|
"groupSlug": "actions",
|
|
"matchManagers": [
|
|
"github-actions"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
]
|
|
},
|
|
{
|
|
"addLabels": [
|
|
"renovate/automerge",
|
|
"renovate/github-action"
|
|
],
|
|
"automerge": true,
|
|
"enabled": true,
|
|
"groupName": "actions",
|
|
"groupSlug": "actions",
|
|
"matchDatasources": [
|
|
"github-releases"
|
|
],
|
|
"matchPackageNames": [
|
|
"goreleaser/goreleaser"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
]
|
|
},
|
|
{
|
|
"addLabels": [
|
|
"renovate/disabled",
|
|
"renovate/github-action"
|
|
],
|
|
"automerge": false,
|
|
"enabled": false,
|
|
"matchManagers": [
|
|
"github-actions"
|
|
],
|
|
"matchPackageNames": [
|
|
"actions/checkout"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"major"
|
|
]
|
|
}
|
|
]
|
|
} |