From 507f9806c3a66e7b07a795e631688b3420242d87 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 Jul 2021 02:11:07 -0400 Subject: [PATCH] Configure Renovate (#100) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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:
Update dependency react to v17.0.2 - Schedule: ["at any time"] - Branch name: `renovate/react-17.x` - Merge into: `main` - Upgrade [react](https://github.com/facebook/react) to `17.0.2`
Update dependency react-dom to v17.0.2 - 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`
Update dependency @​next/mdx to v11 - 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`
Update dependency next to v11 - 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`
Update dependency remark to v13 - Schedule: ["at any time"] - Branch name: `renovate/remark-13.x` - Merge into: `main` - Upgrade [remark](https://github.com/remarkjs/remark) to `^13.0.0`
Update dependency remark-html to v13 - 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`
Update node Docker tag to v16 - 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`
--- ❓ 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 Reviewed-on: https://git.csclub.uwaterloo.ca/www/www-new/pulls/100 Reviewed-by: Aditya Thakral Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..7190a60b --- /dev/null +++ b/renovate.json @@ -0,0 +1,3 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json" +}