From 412f5a67dbfac1e869244583a2de19eb97c7944d Mon Sep 17 00:00:00 2001 From: Justin Clareburt <122523970+justo-mend@users.noreply.github.com> Date: Thu, 23 Jan 2025 01:52:23 +1000 Subject: [PATCH] docs: added list of valid namespace codes for the cacheTtlOverride config (#33754) Co-authored-by: Rhys Arkins <rhys@arkins.net> --- docs/usage/self-hosted-configuration.md | 86 +++++++++++++++++++++++++ 1 file changed, 86 insertions(+) diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md index ad6970f449..92c1962493 100644 --- a/docs/usage/self-hosted-configuration.md +++ b/docs/usage/self-hosted-configuration.md @@ -344,6 +344,92 @@ For example, to override the default TTL of 60 minutes for the `docker` datasour } ``` +Valid codes for namespaces are as follows: + +- `changelog-bitbucket-notes@v2` +- `changelog-bitbucket-release` +- `changelog-gitea-notes@v2` +- `changelog-gitea-release` +- `changelog-github-notes@v2` +- `changelog-github-release` +- `changelog-gitlab-notes@v2` +- `changelog-gitlab-release` +- `datasource-artifactory` +- `datasource-aws-machine-image` +- `datasource-aws-rds` +- `datasource-azure-bicep-resource` +- `datasource-azure-pipelines-tasks` +- `datasource-bazel` +- `datasource-bitbucket-tags` +- `datasource-bitrise` +- `datasource-cdnjs` +- `datasource-conan` +- `datasource-conda` +- `datasource-cpan` +- `datasource-crate-metadata` +- `datasource-crate` +- `datasource-deb` +- `datasource-deno` +- `datasource-docker-architecture` +- `datasource-docker-hub-cache` +- `datasource-docker-digest` +- `datasource-docker-hub-tags` +- `datasource-docker-imageconfig` +- `datasource-docker-labels` +- `datasource-docker-releases-v2` +- `datasource-docker-tags` +- `datasource-dotnet-version` +- `datasource-endoflife-date` +- `datasource-galaxy-collection` +- `datasource-galaxy` +- `datasource-git-refs` +- `datasource-git-tags` +- `datasource-git` +- `datasource-gitea-releases` +- `datasource-gitea-tags` +- `datasource-github-release-attachments` +- `datasource-gitlab-packages` +- `datasource-gitlab-releases` +- `datasource-gitlab-tags` +- `datasource-glasskube-packages` +- `datasource-go-direct` +- `datasource-go-proxy` +- `datasource-go` +- `datasource-golang-version` +- `datasource-gradle-version` +- `datasource-helm` +- `datasource-hermit` +- `datasource-hex` +- `datasource-hexpm-bob` +- `datasource-java-version` +- `datasource-jenkins-plugins` +- `datasource-maven` +- `datasource-maven:head-requests-timeout` +- `datasource-maven:head-requests` +- `datasource-maven:metadata-xml` +- `datasource-node-version` +- `datasource-npm:data` +- `datasource-nuget-v3` +- `datasource-orb` +- `datasource-packagist` +- `datasource-pod` +- `datasource-python-version` +- `datasource-releases` +- `datasource-repology` +- `datasource-ruby-version` +- `datasource-rubygems` +- `datasource-sbt-package` +- `datasource-terraform-module` +- `datasource-terraform-provider` +- `datasource-terraform` +- `datasource-unity3d` +- `github-releases-datasource-v2` +- `github-tags-datasource-v2` +- `merge-confidence` +- `preset` +- `terraform-provider-hash` +- `url-sha256` + ## checkedBranches This array will allow you to set the names of the branches you want to rebase/create, as if you selected their checkboxes in the Dependency Dashboard issue. -- GitLab