File tree Expand file tree Collapse file tree 3 files changed +6
-17
lines changed
Expand file tree Collapse file tree 3 files changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -8,31 +8,20 @@ updates:
88 groups :
99 github-dependencies :
1010 patterns :
11- - " *" # Include all dependencies in one PR
11+ - " *" # Include all dependencies in one PR
1212 update-types :
1313 - " minor"
1414 - " patch"
1515
1616 - package-ecosystem : gomod
17- directory : cmd/saga
17+ directories : [".", "./.sage", "./ cmd/saga"]
1818 schedule :
1919 interval : monthly
2020 groups :
2121 go-dependencies :
2222 patterns :
23- - " *" # Include all dependencies in one PR
23+ - " *" # Include all dependencies in one PR
2424 update-types :
2525 - " minor"
2626 - " patch"
2727
28- - package-ecosystem : gomod
29- directory : .sage
30- schedule :
31- interval : monthly
32- groups :
33- go-dependencies :
34- patterns :
35- - " *" # Include all dependencies in one PR
36- update-types :
37- - " minor"
38- - " patch"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ require (
3131 github.com/stoewer/go-strcase v1.3.0 // indirect
3232 go.einride.tech/aip v0.68.0 // indirect
3333 golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
34- golang.org/x/net v0.35 .0 // indirect
34+ golang.org/x/net v0.36 .0 // indirect
3535 golang.org/x/oauth2 v0.27.0 // indirect
3636 golang.org/x/sys v0.30.0 // indirect
3737 golang.org/x/text v0.22.0 // indirect
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ go.opentelemetry.io/otel/trace v1.32.0 h1:WIC9mYrXf8TmY/EXuULKc8hR17vE+Hjv2cssQD
7070go.opentelemetry.io/otel/trace v1.32.0 /go.mod h1:+i4rkvCraA+tG6AzwloGaCtkx53Fa+L+V8e9a7YvhT8 =
7171golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc h1:mCRnTeVUjcrhlRmO0VK8a6k6Rrf6TF9htwo2pJVSjIU =
7272golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc /go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w =
73- golang.org/x/net v0.35 .0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8 =
74- golang.org/x/net v0.35 .0 /go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk =
73+ golang.org/x/net v0.36 .0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA =
74+ golang.org/x/net v0.36 .0 /go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I =
7575golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
7676golang.org/x/oauth2 v0.27.0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
7777golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc =
You can’t perform that action at this time.
0 commit comments