Files
apollo/docs/package.json
renovate[bot] 1656d4ae6c Pin dependencies (#363)
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| gatsby | dependencies | pin | [`^2.2.11` -> `2.2.11`](https://diff.intrinsic.com/gatsby//) | [source](https://togithub.com/gatsbyjs/gatsby) |
| gatsby-theme-apollo-docs | dependencies | pin | [`^0.2.37` -> `0.2.37`](https://diff.intrinsic.com/gatsby-theme-apollo-docs//) |  |

📌 **Important**: Renovate will wait until you have merged this Pin PR before creating any *upgrade* PRs for the affected packages. Add the preset `:preserveSemverRanges` your config if you instead don't wish to pin dependencies.

---

### Renovate configuration

📅 **Schedule**: "" (UTC).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR is stale, or if you modify the PR title to begin with "`rebase!`".

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/config-help/issues) if that's undesired.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#apollographql/apollo).
2019-03-26 10:24:29 +02:00

10 lines
158 B
JSON

{
"scripts": {
"start": "gatsby develop --prefix-paths"
},
"dependencies": {
"gatsby": "2.2.11",
"gatsby-theme-apollo-docs": "0.2.37"
}
}