Skip to content

Commit 452d393

Browse files
chore(config): migrate config renovate.json
1 parent 0a7eb0d commit 452d393

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

renovate.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"enabledManagers": ["tekton"],
4-
"tekton": {
5-
"fileMatch": ["^\\.tekton/.*\\.ya?ml$"]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"enabledManagers": [
4+
"tekton"
5+
],
6+
"tekton": {
7+
"managerFilePatterns": [
8+
"/^\\.tekton/.*\\.ya?ml$/"
9+
]
610
}
7-
}
11+
}

0 commit comments

Comments
 (0)