diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5f0889c --- /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: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" diff --git a/package.json b/package.json index 19062ab..9a767c3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/check": "^0.3.3", + "@astrojs/check": "^0.4.1", "@stylexjs/stylex": "^0.3.0", "astro": "^4.0.6", "astro-stylex": "^0.1.1", @@ -21,6 +21,6 @@ "eslint": "^8.56.0", "eslint-plugin-astro": "^0.31.0", "prettier": "^3.1.1", - "prettier-plugin-astro": "^0.12.2" + "prettier-plugin-astro": "^0.13.0" } }