Skip to content

Commit

Permalink
[AUTOPR] Disable Renovate automatic PRs and exclude broken dependency. (
Browse files Browse the repository at this point in the history
#312)

* Bump version

* Update renovate rule

* Require approval to create Renovate PRs

* Correct Mend/Renovate settings

---------

Co-authored-by: nicolaasuni-vonage <nicola.asuni@vonage.com>
  • Loading branch information
github-actions[bot] and nicolaasuni-vonage authored Oct 30, 2024
1 parent ddee2ff commit 20a9500
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
23 changes: 13 additions & 10 deletions .mend
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
"settingsInheritedFrom": "Vonage/whitesource-config@api-platform",
"remediateSettings": {
"timezone": "UTC",
"dependencyDashboardAutoclose": true
},
"packageRules": [
{
"matchPackageNames": [
"github.com/tecnickcom/statsd"
],
"allowedVersions": "<2.0.0"
}
]
"dependencyDashboardAutoclose": true,
"packageRules": [
{
"dependencyDashboardApproval": true
},
{
"matchPackageNames": [
"/statsd/"
],
"allowedVersions": "/^v1\\.[0-9]+\\.[0-9]+$/"
}
]
}
}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.101.11
1.101.12
2 changes: 1 addition & 1 deletion examples/service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.23.2
replace github.com/Vonage/gosrvlib => ../..

require (
github.com/Vonage/gosrvlib v1.101.11
github.com/Vonage/gosrvlib v1.101.12
github.com/jstemmer/go-junit-report/v2 v2.1.0
github.com/prometheus/client_golang v1.20.5
github.com/rakyll/gotest v0.0.6
Expand Down

0 comments on commit 20a9500

Please sign in to comment.