From e62ba6f9e0e6f71b19d7209fa43638ea43286026 Mon Sep 17 00:00:00 2001 From: Dimas Saputra Date: Mon, 20 May 2024 11:02:23 +0700 Subject: [PATCH 1/2] Create dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e728fd4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "monthly" From 6a7a5626d1f2260738dbfc2001be21d185a44c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 04:05:07 +0000 Subject: [PATCH 2/2] Bump next from 14.0.3 to 14.1.1 in /apps/frontend Bumps [next](https://github.com/vercel/next.js) from 14.0.3 to 14.1.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.0.3...v14.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/package.json b/apps/frontend/package.json index f88077a..735fbcd 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -39,7 +39,7 @@ "@nextui-org/react": "^2.2.9", "class-variance-authority": "^0.7.0", "framer-motion": "^10.16.4", - "next": "14.0.3", + "next": "14.1.1", "react": "^18", "react-dom": "^18", "react-icons": "^4.12.0",