Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.28 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.28 KB

renovate-config-dprint

CI - Nix Status

Usage

Renovate sharable config for dprint plugins.

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

Now targets WASM plugins only.
It means to exclude process plugins like dprint-plugin-prettier and dprint-plugin-exec.

When updating by bot as renovate, I recommend to check the dprint diff in CI.
A way is to integrate dprint/check in your GitHub Actions.

Targets

The tested plugins are listed in dprint.json
The summary is as follows.

  • Official
    • typescript, markdown, json etc
  • 3rd-party
    • g-plane/malva, g-plane/markup_fmt, g-plane/pretty_yaml

Example

Note