remove renovate config
This commit is contained in:
parent
217f85fbdd
commit
3babeb8391
1 changed files with 0 additions and 64 deletions
|
|
@ -1,64 +0,0 @@
|
||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"extends": [
|
|
||||||
"config:recommended"
|
|
||||||
],
|
|
||||||
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
|
|
||||||
"branchPrefix": "renovate/",
|
|
||||||
"semanticCommits": "enabled",
|
|
||||||
"dependencyDashboard": true,
|
|
||||||
"labels": [
|
|
||||||
"dependencies"
|
|
||||||
],
|
|
||||||
"schedule": [
|
|
||||||
"at any time"
|
|
||||||
],
|
|
||||||
"timezone": "UTC",
|
|
||||||
"prConcurrentLimit": 10,
|
|
||||||
"prCreation": "immediate",
|
|
||||||
"automerge": false,
|
|
||||||
"rangeStrategy": "bump",
|
|
||||||
"separateMajorMinor": true,
|
|
||||||
"separateMinorPatch": false,
|
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"description": "Go module dependencies",
|
|
||||||
"matchManagers": [
|
|
||||||
"gomod"
|
|
||||||
],
|
|
||||||
"matchUpdateTypes": [
|
|
||||||
"major",
|
|
||||||
"minor",
|
|
||||||
"patch"
|
|
||||||
],
|
|
||||||
"groupName": null,
|
|
||||||
"commitMessagePrefix": "chore(deps):"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "Docker dependencies",
|
|
||||||
"matchManagers": [
|
|
||||||
"dockerfile"
|
|
||||||
],
|
|
||||||
"matchUpdateTypes": [
|
|
||||||
"major",
|
|
||||||
"minor",
|
|
||||||
"patch"
|
|
||||||
],
|
|
||||||
"groupName": null,
|
|
||||||
"commitMessagePrefix": "chore(deps):"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "GitHub Actions",
|
|
||||||
"matchManagers": [
|
|
||||||
"github-actions"
|
|
||||||
],
|
|
||||||
"matchUpdateTypes": [
|
|
||||||
"major",
|
|
||||||
"minor",
|
|
||||||
"patch"
|
|
||||||
],
|
|
||||||
"groupName": null,
|
|
||||||
"commitMessagePrefix": "chore(deps):"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Loading…
Add table
Reference in a new issue