File tree Expand file tree Collapse file tree 4 files changed +53
-1
lines changed Expand file tree Collapse file tree 4 files changed +53
-1
lines changed Original file line number Diff line number Diff line change 185
185
"password": "${BITBUCKET_PASSWORD}"
186
186
}
187
187
},
188
+ {
189
+ "//": "used to determine the full dependency tree",
190
+ "method": "GET",
191
+ "path": "/projects/:project/repos/:repo/browse*/*.fsproj",
192
+ "origin": "https://${BITBUCKET_API}",
193
+ "auth": {
194
+ "scheme": "basic",
195
+ "username": "${BITBUCKET_USERNAME}",
196
+ "password": "${BITBUCKET_PASSWORD}"
197
+ }
198
+ },
188
199
{
189
200
"//": "used to check if there's any ignore rules or existing patches",
190
201
"method": "GET",
Original file line number Diff line number Diff line change 106
106
{
107
107
"path": "commits.*.modified.*",
108
108
"value": "*.vbproj"
109
+ },
110
+ {
111
+ "path": "commits.*.added.*",
112
+ "value": "*.fsproj"
113
+ },
114
+ {
115
+ "path": "commits.*.modified.*",
116
+ "value": "*.fsproj"
109
117
}
110
118
]
111
119
},
375
383
"path": "/:name/:repo/:path*/*.csproj",
376
384
"origin": "https://${GITHUB_TOKEN}@${GITHUB_RAW}"
377
385
},
386
+ {
387
+ "//": "used to determine the full dependency tree",
388
+ "method": "GET",
389
+ "path": "/repos/:name/:repo/contents/:path*/*.fsproj",
390
+ "origin": "https://${GITHUB_TOKEN}@${GITHUB_API}"
391
+ },
392
+ {
393
+ "//": "used to determine the full dependency tree",
394
+ "method": "GET",
395
+ "path": "/:name/:repo/:path*/*.fsproj",
396
+ "origin": "https://${GITHUB_TOKEN}@${GITHUB_RAW}"
397
+ },
378
398
{
379
399
"//": "used to determine the full dependency tree",
380
400
"method": "GET",
Original file line number Diff line number Diff line change 106
106
{
107
107
"path": "commits.*.modified.*",
108
108
"value": "*.vbproj"
109
+ },
110
+ {
111
+ "path": "commits.*.added.*",
112
+ "value": "*.fsproj"
113
+ },
114
+ {
115
+ "path": "commits.*.modified.*",
116
+ "value": "*.fsproj"
109
117
}
110
118
]
111
119
},
309
317
"path": "/repos/:name/:repo/contents/:path*/*.csproj",
310
318
"origin": "https://${GITHUB_TOKEN}@${GITHUB_API}"
311
319
},
320
+ {
321
+ "//": "used to determine the full dependency tree",
322
+ "method": "GET",
323
+ "path": "/repos/:name/:repo/contents/:path*/*.fsproj",
324
+ "origin": "https://${GITHUB_TOKEN}@${GITHUB_API}"
325
+ },
312
326
{
313
327
"//": "used to determine the full dependency tree",
314
328
"method": "GET",
Original file line number Diff line number Diff line change 117
117
"path": "/api/v4/projects/:project/repository/files*/*.vbproj",
118
118
"origin": "https://${GITLAB}"
119
119
},
120
+ {
121
+ "//": "used to determine the full dependency tree",
122
+ "method": "GET",
123
+ "path": "/api/v4/projects/:project/repository/files*/*.fsproj",
124
+ "origin": "https://${GITLAB}"
125
+ },
120
126
{
121
127
"//": "used to check if there's any ignore rules or existing patches",
122
128
"method": "GET",
144
150
"**/.snyk",
145
151
"**/packages.config",
146
152
"**/*.csproj",
147
- "**/*.vbproj"
153
+ "**/*.vbproj",
154
+ "**/*.fsproj"
148
155
]
149
156
}
150
157
]
You can’t perform that action at this time.
0 commit comments