diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000000..5990d9c64c141 --- /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: "weekly" diff --git a/examples/cms-cosmic/package.json b/examples/cms-cosmic/package.json index e4a7adee9cb9f..0464d33bfd7dc 100644 --- a/examples/cms-cosmic/package.json +++ b/examples/cms-cosmic/package.json @@ -8,7 +8,7 @@ "dependencies": { "classnames": "2.3.1", "cosmicjs": "4.1.7", - "date-fns": "2.28.0", + "date-fns": "2.30.0", "lazysizes": "^5.3.2", "next": "latest", "react": "^18.2.0",