We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f141d81 commit e2e3ef0Copy full SHA for e2e3ef0
1 file changed
renovate/renovate-buildpack.json
@@ -2,19 +2,5 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"github>paketo-buildpacks/github-config//renovate/renovate-default"
5
- ],
6
- "customManagers": [
7
- {
8
- "customType": "regex",
9
- "fileMatch": [
10
- "^buildpack.toml$"
11
12
- "matchStrings": [
13
- "api = \"(?<currentValue>\\d+?\\.\\d+?)\""
14
15
- "datasourceTemplate": "github-releases",
16
- "depNameTemplate": "buildpacks/spec",
17
- "extractVersionTemplate": "^buildpack/v?(?<version>.*)$"
18
- }
19
]
20
}
0 commit comments