Skip to content

Commit

Permalink
chore(renovate): add patch label to renovate PRs with patch or minor …
Browse files Browse the repository at this point in the history
…speakeasy bumps
  • Loading branch information
pmalek committed Dec 21, 2024
1 parent e28e9c3 commit 52c5a82
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,31 @@
],
"enabled": false
},
{
{
"matchManagers": [
"gomod"
],
"matchPackageNames": [
"github.com/stretchr/testify"
],
"enabled": true
}
},
{
"description": "Add 'patch' label to a renovate PR if it is a minor or patch upgrade",
"matchManagers": [
"custom.regex"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"matchPackageNames": [
"speakeasy-api/speakeasy"
],
"addLabels": [
"patch"
]
}
],
"customManagers": [
{
Expand Down

0 comments on commit 52c5a82

Please sign in to comment.