renovate 40.0.9 → 40.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/data/monorepo.json +4 -0
- package/package.json +1 -1
package/dist/data/monorepo.json
CHANGED
@@ -324,6 +324,10 @@
|
|
324
324
|
"gitbeaker": "https://github.com/jdalrymple/gitbeaker",
|
325
325
|
"github-workflows-kt": "https://github.com/typesafegithub/github-workflows-kt",
|
326
326
|
"go-cloud": "https://github.com/google/go-cloud",
|
327
|
+
"gomock": [
|
328
|
+
"https://github.com/uber-go/mock",
|
329
|
+
"https://github.com/uber/mock"
|
330
|
+
],
|
327
331
|
"google-api-dotnet-client": "https://github.com/googleapis/google-api-dotnet-client",
|
328
332
|
"grafana": "https://github.com/grafana/grafana",
|
329
333
|
"graphiql": "https://github.com/graphql/graphiql",
|