diff options
author | 2024-07-01 16:32:17 +0800 | |
---|---|---|
committer | 2024-07-01 16:32:17 +0800 | |
commit | e60aab9a9f2510c4ebc037b673bb665b8e754854 (patch) | |
tree | e6809405791edc6619a0550da7960af796fb9d90 /.github/renovate.json5 | |
parent | e6de11f4a941e29123da3714e5b8f17d25744f0f (diff) | |
download | astro-e60aab9a9f2510c4ebc037b673bb665b8e754854.tar.gz astro-e60aab9a9f2510c4ebc037b673bb665b8e754854.tar.zst astro-e60aab9a9f2510c4ebc037b673bb665b8e754854.zip |
fix(deps): update all non-major dependencies (#11383)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Diffstat (limited to '.github/renovate.json5')
-rw-r--r-- | .github/renovate.json5 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index e988426c9..7f6fd0ea9 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -29,5 +29,6 @@ // follow vite deps version "postcss-load-config", + "esbuild", ], } |