Skip to content

Commit

Permalink
chore: fix renovate config (#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored Mar 11, 2021
1 parent 2f169a5 commit cc9f1d2
Showing 1 changed file with 8 additions and 24 deletions.
32 changes: 8 additions & 24 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,18 @@
{
"extends": [
"config:base"
],
"extends": ["config:base"],
"packageRules": [
{
"groupName": "all non-major dependencies",
"updateTypes": ["patch", "minor"],
"groupSlug": "all-minor-patch"
"groupSlug": "all-minor-patch",
"matchUpdateTypes": ["patch", "minor"]
},
{
"packageRules": [
{
"matchPackageNames": ["@opentelemetry/api"],
"rangeStrategy": "bump"
}
]
"matchPackageNames": ["@opentelemetry/api"],
"rangeStrategy": "bump"
}
],
"ignoreDeps": [
"gcp-metadata",
"got",
"mocha"
],
"assignees": [
"@dyladan",
"@mayurkale22",
"@obecny"
],
"schedule": [
"before 3am on Friday"
],
"ignoreDeps": ["gcp-metadata", "got", "mocha"],
"assignees": ["@dyladan", "@obecny", "@vmarchaud"],
"schedule": ["before 3am on Friday"],
"labels": ["dependencies"]
}

0 comments on commit cc9f1d2

Please sign in to comment.