shrinkpath 0.1.0

Smart cross-platform path shortening for CLIs, prompts, and tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "config:recommended",
    ":semanticCommits",
    "helpers:pinGitHubActionDigests"
  ],
  "labels": ["dependencies"],
  "cargo": {
    "enabled": true
  },
  "github-actions": {
    "enabled": true
  }
}