Skip to content

Update dependency documentation to v14

ddb30a6
Select commit
Loading
Failed to load commit list.
Open

Update dependency documentation to v14 #82

Update dependency documentation to v14
ddb30a6
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Apr 15, 2026 in 53s

Build Errored

The build errored, just like the previous build.

Details

This is a normal build for the renovate/documentation-14.x branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "cache": {
    "yarn": true
  },
  "before_script": [
    "yarn lint"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "deploy": [
    {
      "provider": "npm",
      "email": "dev@launchpadlab.com",
      "on": {
        "branch": [
          "master"
        ]
      },
      "skip_cleanup": true,
      "api_token": {
        "secure": "GlROi/Fu08mTSy9NwohD8IbVlOTf8SM/KC0G1IGiqMELKhDn3bEAhYykbkj0chwCnsouHT+/hs0xPm88UwmXuKPcgw8FSSbhXz9YaTVz2Lu+EeATV4lCBBQb8Q3BFOvWfhEsVuOf9fEmFcE3LdTStGH9+O4imfP9cYqCmu0Q4snwK8ml/hQ/cAPe6EsYwiOWT4+u13U6Xz8PEKQTF3le9Gi/4meoYaxtQW0p/Lz9YFb+8SJVWKQVrRuK0AxIFAmxlkCfGX1te7PG6zG+pQsCA78HbMV06wUL6Mu7pDqD5ALuzWS+bL4wYrsQmNx6vNe1g9ZZHV5FdsiZsPOcGdV0U+fdDfNM7Nn4wf06O7e2SCzWmIzV7Gduj+dpCAkMELcTcK0fryC73kgQ95+Rj3kNinSw2qo4tYxtjLBQeWwObcuLEPH/W+WvtlZn5UiB+TdT2mDM6H0L+5/6a7zKwvaZlsr9KEbKgIUi4ZckQkeMvgcotIym0br+HCFWQq7GPG+5LVVTFVPBJoR7q3+TrlNlF+GN8ovgAvQJwwM/KZPn88US32JDsTDUg4XSR5/Da0B7sSwSTjcgTZsw2yUutCf7LIlvccF8Qi/dzE3fmGFr/nrtCzL5qWzBPv2cOMkSiBvTg354Wb5m9SeCldBYeXfunNq4zltMKN97eJYSaAdcmjc="
      }
    }
  ]
}