Skip to content

Commit

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

* Update renovate.json

* Update renovate.json

* Apply suggestions from code review

Co-authored-by: Rhys Arkins <[email protected]>

* Update renovate.json

* Update renovate.json

* Update renovate.json

* Update renovate.json

* Update renovate.json

* Update renovate.json

Co-authored-by: Rhys Arkins <[email protected]>

* Update and rename renovate.json to .github/renovate.json5

* Update renovate.json5

* Apply suggestions from code review

Co-authored-by: Rhys Arkins <[email protected]>

* Update renovate.json5

* Update renovate.json5

* Apply suggestions from code review

Co-authored-by: Rhys Arkins <[email protected]>

* Update renovate.json5

* Update renovate.json5

Co-authored-by: Yuan (Bob) Gong <[email protected]>
Co-authored-by: Rhys Arkins <[email protected]>
  • Loading branch information
3 people authored Feb 2, 2021
1 parent c5c8d71 commit 23f5726
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"schedule:weekly",
":dependencyDashboard",
":semanticCommits",
":semanticCommitScope(deps)",
"group:linters",
"group:googleapis",
"group:goOpenapi"
],
"packageRules": [
{
"datasources": ["docker"],
"updateTypes": ["patch"],
"groupName": "docker patch updates",
"groupSlug": "docker-updates"
},
{
"datasources": ["go"],
"updateTypes": ["patch", "minor"],
"groupName": "go.mod dependencies",
"groupSlug": "go-mod-updates"
},
{
"datasources": ["npm"],
"updateTypes": ["patch", "minor"],
"groupName": "npm dependencies",
"groupSlug": "npm-updates"
},
{ // major updates do not create PRs automatically
"updateTypes": ["major"],
"dependencyDashboardApproval": true,
},
{ // disable python package updates initially, because they are not stable
"languages": ["python"],
"enabled": false
},
{ // we've deprecated bazel
"managers": ["bazel"],
"enabled": false
}
],
"ignorePaths": [
"components/deprecated/",
"third_party/",
"components/ibm-components/",
"components/azure/",
"components/presto/",
"components/arena/",
"components/aws/",
"backend/api/python_http_client/",
"manifests/kustomize/"
],
"dependencyDashboardApproval": true, // require approval for all updates initially
"separateMinorPatch": true
}

0 comments on commit 23f5726

Please sign in to comment.