๐Ÿ“ฆ Turbo87 / auto-dist-tag

๐Ÿ“„ renovate.json ยท 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16{
  "extends": [
    "github>Turbo87/renovate-config",
    ":pinOnlyDevDependencies"
  ],

  "regexManagers": [
    {
      "fileMatch": ["^.github/workflows/[^\\.]+\\.ya?ml$"],
      "matchStrings": ["PNPM_VERSION:\\s*(?<currentValue>.*?)\n"],
      "depNameTemplate": "pnpm",
      "datasourceTemplate": "npm"
    }
  ]
}