File tree Expand file tree Collapse file tree 5 files changed +26
-5
lines changed Expand file tree Collapse file tree 5 files changed +26
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,12 @@ updates:
3
3
- package-ecosystem : gomod
4
4
directory : /
5
5
schedule :
6
- interval : daily
6
+ interval : weekly
7
+ open-pull-requests-limit : 1
8
+ rebase-strategy : disabled
7
9
- package-ecosystem : github-actions
8
10
directory : /
9
11
schedule :
10
12
interval : daily
13
+ open-pull-requests-limit : 1
14
+ rebase-strategy : disabled
Original file line number Diff line number Diff line change
1
+ name : BotAutoMerge
2
+
3
+ on : pull_request
4
+
5
+ permissions :
6
+ pull-requests : write
7
+ contents : write
8
+
9
+ jobs :
10
+ automerge :
11
+ runs-on : ubuntu-latest
12
+ if : github.actor == 'dependabot[bot]'
13
+ steps :
14
+ - uses : peter-evans/enable-pull-request-automerge@v3
15
+ with :
16
+ pull-request-number : ${{ github.event.pull_request.number }}
17
+ merge-method : rebase
Original file line number Diff line number Diff line change 547
547
}
548
548
}
549
549
}
550
- }
550
+ }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require (
27
27
golang.org/x/crypto v0.31.0 // indirect
28
28
golang.org/x/exp v0.0.0-20241215155358-4a5509556b9e // indirect
29
29
golang.org/x/mod v0.22.0 // indirect
30
- golang.org/x/net v0.32 .0 // indirect
30
+ golang.org/x/net v0.33 .0 // indirect
31
31
golang.org/x/sync v0.10.0 // indirect
32
32
golang.org/x/sys v0.28.0 // indirect
33
33
golang.org/x/text v0.21.0 // indirect
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ golang.org/x/exp v0.0.0-20241215155358-4a5509556b9e h1:4qufH0hlUYs6AO6XmZC3GqfDP
45
45
golang.org/x/exp v0.0.0-20241215155358-4a5509556b9e /go.mod h1:qj5a5QZpwLU2NLQudwIN5koi3beDhSAlJwa67PuM98c =
46
46
golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4 =
47
47
golang.org/x/mod v0.22.0 /go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY =
48
- golang.org/x/net v0.32 .0 h1:ZqPmj8Kzc+Y6e0+skZsuACbx+wzMgo5MQsJh9Qd6aYI =
49
- golang.org/x/net v0.32 .0 /go.mod h1:CwU0IoeOlnQQWJ6ioyFrfRuomB8GKF6KbYXZVyeXNfs =
48
+ golang.org/x/net v0.33 .0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I =
49
+ golang.org/x/net v0.33 .0 /go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4 =
50
50
golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ =
51
51
golang.org/x/sync v0.10.0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
52
52
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA =
You can’t perform that action at this time.
0 commit comments