kachick / renovate-config-dprint

Sharable Renovate config for dprint WASM plugins
MIT License
3 stars 0 forks source link
dprint renovate

renovate-config-dprint

CI - Nix Status

Usage

Renovate sharable config for dprint plugins.

Specify released versions. The main branch is flaky because of using for behavior testing.\ And you can optionally use self versioning updater to bump the released versions.

{
  "extends": [
    "config:recommended",
    "github>kachick/renovate-config-dprint#1.3.0",
    "github>kachick/renovate-config-dprint:self"
  ]
}

Now, it targets WASM plugins only.\ This means excluding process plugins like dprint-plugin-prettier and dprint-plugin-exec.

When updating by bot as renovate, I recommend checking the dprint diff in CI.\ One way is to integrate dprint/check into your workflows.

Targets

Tested against the following plugins.

Example

Note