Skip to content

Commit

Permalink
[AUTOPR] Automatic Update (Vonage#311)
Browse files Browse the repository at this point in the history
* Update Mend rules

* Bump version

* Set git user for update actions

---------

Co-authored-by: nicolaasuni-vonage <[email protected]>
  • Loading branch information
github-actions[bot] and nicolaasuni-vonage authored Oct 29, 2024
1 parent c226d22 commit ddee2ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/depsupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
run: make updateall x GOPATH=$(go env GOPATH)
- name: commit changes
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
if $(git status | grep -q '"git add"'); then
git add . -A
git commit -m 'Automatic dependencies update'
Expand Down
9 changes: 2 additions & 7 deletions .mend
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@
},
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackageNames": [
"*"
"github.com/tecnickcom/statsd"
],
"matchUpdateTypes": [
"minor",
"patch"
]
"allowedVersions": "<2.0.0"
}
]
}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.101.10
1.101.11
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.10
github.com/Vonage/gosrvlib v1.101.11
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 ddee2ff

Please sign in to comment.