Skip to content

Commit

Permalink
chore(deps): update renovate.json to remove version bumps covered b…
Browse files Browse the repository at this point in the history
…y lockfile maintenance PRs, take 2
  • Loading branch information
rami3l committed Jan 5, 2024
1 parent b3c97bf commit ff87e91
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,26 @@
]
},
"packageRules": [
{
"matchManagers": ["cargo"],
"enabled": false
},
{
"matchManagers": ["cargo"],
"matchUpdateTypes": ["major"],
"enabled": true
},
{
"matchManagers": ["cargo"],
"matchUpdateTypes": ["minor"],
"matchCurrentVersion": "/^0\\./",
"enabled": true
},
{
"matchPackagePatterns": [
"opentelemetry"
],
"groupName": "opentelemetry"
}
]
}
}

0 comments on commit ff87e91

Please sign in to comment.