File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 11name : Dependabot auto-merge
22on : pull_request
33
4- permissions :
5- pull-requests : write
6- contents : write
7-
84jobs :
95 dependabot :
106 runs-on : ubuntu-latest
1410 - uses : ahmadnassri/action-dependabot-auto-merge@v2
1511 with :
1612 target : minor
17- github-token : ${{ secrets.GITHUB_TOKEN }}
13+ github-token : ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
Original file line number Diff line number Diff line change 55
66require (
77 github.com/Flaque/filet v0.0.0-20201012163910-45f684403088
8- github.com/Microsoft/go-winio v0.5.1
8+ github.com/Microsoft/go-winio v0.5.2
99 github.com/cenkalti/backoff/v3 v3.2.2
1010 github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
1111 github.com/deckarep/golang-set v1.8.0
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym
5151github.com/DataDog/datadog-go v3.2.0+incompatible /go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ =
5252github.com/Flaque/filet v0.0.0-20201012163910-45f684403088 h1:PnnQln5IGbhLeJOi6hVs+lCeF+B1dRfFKPGXUAez0Ww =
5353github.com/Flaque/filet v0.0.0-20201012163910-45f684403088 /go.mod h1:TK+jB3mBs+8ZMWhU5BqZKnZWJ1MrLo8etNVg51ueTBo =
54- github.com/Microsoft/go-winio v0.5.1 h1:aPJp2QD7OOrhO5tQXqQoGSJc+DjDtWTGLOmNyAm6FgY =
55- github.com/Microsoft/go-winio v0.5.1 /go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84 =
54+ github.com/Microsoft/go-winio v0.5.2 h1:a9IhgEQBCUEk6QCdml9CiJGhAws+YwffDHEMp1VMrpA =
55+ github.com/Microsoft/go-winio v0.5.2 /go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY =
5656github.com/OneOfOne/xxhash v1.2.2 /go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU =
5757github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc /go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc =
5858github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 /go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc =
You can’t perform that action at this time.
0 commit comments