Computer Science Club of the University of Waterloo's website. https://csclub.uwaterloo.ca
Go to file
Renovate Bot 507f9806c3
continuous-integration/drone/push Build is passing Details
Configure Renovate (#100)
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

Closes #92

---
### Detected Package Files

 * `.drone.yml` (droneci)
 * `package.json` (npm)

### What to Expect

With your current configuration, Renovate will create 7 Pull Requests:

<details>
<summary>Update dependency react to v17.0.2</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/react-17.x`
  - Merge into: `main`
  - Upgrade [react](https://github.com/facebook/react) to `17.0.2`

</details>

<details>
<summary>Update dependency react-dom to v17.0.2</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/react-dom-17.x`
  - Merge into: `main`
  - Upgrade [react-dom](https://github.com/facebook/react) to `17.0.2`

</details>

<details>
<summary>Update dependency @&#8203;next/mdx to v11</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/next-mdx-11.x`
  - Merge into: `main`
  - Upgrade [@next/mdx](https://github.com/vercel/next.js) to `^11.0.0`

</details>

<details>
<summary>Update dependency next to v11</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/next-11.x`
  - Merge into: `main`
  - Upgrade [next](https://github.com/vercel/next.js) to `^11.0.0`

</details>

<details>
<summary>Update dependency remark to v13</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/remark-13.x`
  - Merge into: `main`
  - Upgrade [remark](https://github.com/remarkjs/remark) to `^13.0.0`

</details>

<details>
<summary>Update dependency remark-html to v13</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/remark-html-13.x`
  - Merge into: `main`
  - Upgrade [remark-html](https://github.com/remarkjs/remark-html) to `^13.0.0`

</details>

<details>
<summary>Update node Docker tag to v16</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/node-16.x`
  - Merge into: `main`
  - Upgrade [node](https://github.com/nodejs/node) to `16`
  - Upgrade [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) to `^16.0.0`

</details>

---

 Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Co-authored-by: Renovate Bot <no-reply@csclub.uwaterloo.ca>
Reviewed-on: #100
Reviewed-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>
Co-authored-by: Renovate Bot <syscom+renovate@csclub.uwaterloo.ca>
Co-committed-by: Renovate Bot <syscom+renovate@csclub.uwaterloo.ca>
2021-07-27 02:11:07 -04:00
.vscode 🚑️ Add <Image /> + `next export` improvements 2021-05-20 23:30:52 -04:00
components Use ConnectWithUs and EmailSignup components on the /about page (#93) 2021-07-27 02:06:37 -04:00
content Get Involved Page! (#76) 2021-07-22 14:42:38 -04:00
pages Use ConnectWithUs and EmailSignup components on the /about page (#93) 2021-07-27 02:06:37 -04:00
public Get Involved Page! (#76) 2021-07-22 14:42:38 -04:00
.drone.yml Add drone.yml (#77) 2021-06-29 15:08:05 -04:00
.eslintignore Add mdx support and playground 2021-04-26 19:16:55 -04:00
.eslintrc.js Initial commit 🎉 2021-04-25 19:13:07 -04:00
.gitignore Add EventCard 2021-05-24 06:00:47 +00:00
next-env.d.ts Our Supporters Page 2021-06-22 01:22:54 +00:00
next.config.js Use NEXT_PUBLIC_ prefix for base path 2021-06-07 21:51:02 -04:00
package-lock.json Add next-mdx-remote (#82) 2021-07-11 16:07:55 -04:00
package.json Add next-mdx-remote (#82) 2021-07-11 16:07:55 -04:00
postcss.config.json Convert rems to px and use calc to convert on build time 2021-05-24 18:58:28 +00:00
renovate.json Configure Renovate (#100) 2021-07-27 02:11:07 -04:00
tsconfig.json Add next-mdx-remote (#82) 2021-07-11 16:07:55 -04:00