Skip to content

Commit a228a0f

Browse files
committed
Configure Renovate to update README pins
1 parent 429312a commit a228a0f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,16 @@
66
"matchUpdateTypes": ["minor", "patch", "digest"],
77
"automerge": true
88
}
9+
],
10+
"customManagers": [
11+
{
12+
"customType": "regex",
13+
"managerFilePatterns": ["/^README\\.md$/"],
14+
"matchStrings": [
15+
"uses: (?<depName>[^@]+)@(?<currentDigest>[a-f0-9]+)\\s*#\\s*(?<currentValue>[^\\s\\n]+)"
16+
],
17+
"datasourceTemplate": "github-tags",
18+
"versioningTemplate": "semver-coerced"
19+
}
920
]
1021
}

0 commit comments

Comments
 (0)