Skip to content

1.5.1

Compare
Choose a tag to compare
@suzuki-shunsuke suzuki-shunsuke released this 08 Jan 07:51
· 493 commits to main since this release
1.5.1
533649e

Pull Requests | 1.5.0...1.5.1

Fixes

#308 Fix treats of quotes
#336 #337 Resolve the deprecation warning of matchPaths

Resolve the deprecation warning.

WARN: Partial matches for `matchPaths` are deprecated. Please use a minimatch glob pattern or switch to `matchFiles` if you need exact matching.(packageFile="tests/slsa/aqua.yaml")
{
  "rulePath": "aqua.yaml"
}

https://docs.renovatebot.com/configuration-options/#matchpaths

List of strings or glob patterns to match against package files.

minimatch: https://github.com/isaacs/minimatch