UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

80 lines (79 loc) 4.59 kB
//#region lib/data/source-urls.json var source_urls_default = { $schema: "../../tools/schemas/source-urls-schema.json", docker: { "adminer": "https://github.com/vrana/adminer", "amd64/registry": "https://github.com/distribution/distribution", "amd64/traefik": "https://github.com/containous/traefik", "confluentinc/ksqldb-cli": "https://github.com/confluentinc/ksql", "confluentinc/ksqldb-server": "https://github.com/confluentinc/ksql", "coredns/coredns": "https://github.com/coredns/coredns", "crossplanecontrib/provider-helm": "https://github.com/crossplane-contrib/provider-helm", "crossplanecontrib/provider-kubernetes": "https://github.com/crossplane-contrib/provider-kubernetes", "docker/compose": "https://github.com/docker/compose", "drone/drone": "https://github.com/drone/drone", "drone/drone-runner-docker": "https://github.com/drone-runners/drone-runner-docker", "drone/drone-runner-kube": "https://github.com/drone-runners/drone-runner-kube", "drone/drone-runner-ssh": "https://github.com/drone-runners/drone-runner-ssh", "gcr.io/kaniko-project/executor": "https://github.com/GoogleContainerTools/kaniko", "gitea/gitea": "https://github.com/go-gitea/gitea", "gitlab/gitlab-ce": "https://gitlab.com/gitlab-org/gitlab-foss", "gitlab/gitlab-runner": "https://gitlab.com/gitlab-org/gitlab-runner", "hashicorp/terraform": "https://github.com/hashicorp/terraform", "kudobuilder/kuttl": "https://github.com/kudobuilder/kuttl", "mcr.microsoft.com/dotnet/aspnet": "https://github.com/dotnet/aspnetcore", "mcr.microsoft.com/dotnet/monitor": "https://github.com/dotnet/dotnet-monitor", "mcr.microsoft.com/dotnet/runtime": "https://github.com/dotnet/runtime", "mcr.microsoft.com/dotnet/runtime-deps": "https://github.com/dotnet/runtime", "mcr.microsoft.com/dotnet/sdk": "https://github.com/dotnet/sdk", "node": "https://github.com/nodejs/node", "prom/blackbox-exporter": "https://github.com/prometheus/blackbox_exporter", "registry": "https://github.com/distribution/distribution", "timberio/vector": "https://github.com/vectordotdev/vector", "traefik": "https://github.com/containous/traefik", "xpkg.upbound.io/upbound/provider-gcp": "https://github.com/upbound/provider-gcp" }, helm: { "crossplane": "https://github.com/crossplane/crossplane", "interoperator": "https://github.com/cloudfoundry/service-fabrik-broker", "kyverno": "https://github.com/kyverno/kyverno" }, kubernetes: { "node": "https://github.com/nodejs/node" }, maven: { "com.figure.gradle.semver-plugin:com.figure.gradle.semver-plugin.gradle.plugin": "https://github.com/FigureTechnologies/gradle-semver-plugin" }, npm: { "node": "https://github.com/nodejs/node" }, nvm: { "node": "https://github.com/nodejs/node" }, orb: { "cypress-io/cypress": "https://github.com/cypress-io/circleci-orb", "hutson/library-release-workflows": "https://github.com/hyper-expanse/library-release-workflows" }, packagist: { "api-platform/doctrine-common": "https://github.com/api-platform/core", "api-platform/doctrine-odm": "https://github.com/api-platform/core", "api-platform/doctrine-orm": "https://github.com/api-platform/core", "api-platform/documentation": "https://github.com/api-platform/core", "api-platform/elasticsearch": "https://github.com/api-platform/core", "api-platform/graphql": "https://github.com/api-platform/core", "api-platform/hal": "https://github.com/api-platform/core", "api-platform/http-cache": "https://github.com/api-platform/core", "api-platform/hydra": "https://github.com/api-platform/core", "api-platform/json-api": "https://github.com/api-platform/core", "api-platform/json-schema": "https://github.com/api-platform/core", "api-platform/jsonld": "https://github.com/api-platform/core", "api-platform/laravel": "https://github.com/api-platform/core", "api-platform/metadata": "https://github.com/api-platform/core", "api-platform/openapi": "https://github.com/api-platform/core", "api-platform/ramsey-uuid": "https://github.com/api-platform/core", "api-platform/serializer": "https://github.com/api-platform/core", "api-platform/state": "https://github.com/api-platform/core", "api-platform/symfony": "https://github.com/api-platform/core", "api-platform/validator": "https://github.com/api-platform/core" }, pypi: { "mkdocs": "https://github.com/mkdocs/mkdocs", "mkdocs-material": "https://github.com/squidfunk/mkdocs-material", "mypy": "https://github.com/python/mypy" } }; //#endregion export { source_urls_default as default }; //# sourceMappingURL=source-urls.js.map