]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
workflow: update renovate config to use haoqunjiang's personal preset
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 29 Oct 2024 08:18:11 +0000 (16:18 +0800)
committerCédric Exbrayat <cexbrayat@users.noreply.github.com>
Tue, 29 Oct 2024 08:58:47 +0000 (09:58 +0100)
commit472f2298e2a158f5235a162347c7da85261d4bdc
treef831cbfe62f7687caf2b8a8d3855de7a0700aba5
parent1a8354d5d205b4f5f020cb60da1b0a37f253f671
workflow: update renovate config to use haoqunjiang's personal preset

Also moved to `.github/renovate.json` to keep the root directory clean.

Compared with the current config, the new preset:
- Extends `config:recommended` instead of `config:base` ([it's just a
name change, though](https://github.com/renovatebot/renovate/pull/21136))
- Extends `:widenPeerDependencies`
- A more nuanced update strategy for `typescript` in case we are several
minor versions behind
- Groups all Vite packages together for easier management, esp. when
Vite 6 is released
- Separates 0.x versions of packages from the rest so we can deal with
the breaking changes in a more controlled manner. This mainly affects
`esbuild`.
.github/renovate.json [new file with mode: 0644]
renovate.json [deleted file]