Skip to content

Commit

Permalink
Configure Renovate (#5067)
Browse files Browse the repository at this point in the history
* Add renovate.json

* chore: update config

* add schema and only majors

* cleanup json

* update renovte with working config

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: nickofthyme <[email protected]>
  • Loading branch information
3 people authored Aug 24, 2021
1 parent ecaaa0a commit 1777175
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"ignorePaths": ["./.github/**"],
"enabledManagers": ["npm"],
"baseBranches": ["master"],
"separateMajorMinor": false,
"rangeStrategy": "bump",
"semanticCommits": "disabled",
"vulnerabilityAlerts": {
"enabled": false
},
"packageRules": [
{
"matchPackagePatterns": [".*"],
"enabled": false
},
{
"groupName": "@elastic/charts",
"matchPackageNames": ["@elastic/charts"],
"reviewers": ["team:datavis"],
"labels": ["dependencies"],
"enabled": true
},
{
"matchPackageNames": ["@elastic/charts"],
"matchUpdateTypes": ["major"],
"matchBaseBranches": ["master"],
"automerge": true
}
]
}

0 comments on commit 1777175

Please sign in to comment.