Skip to content

Commit 6459c59

Browse files
renovate[bot]waaaaargh
authored andcommitted
chore(config): migrate config renovate.json
1 parent 0f092e3 commit 6459c59

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

renovate.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended"
55
],
66
"argocd": {
7-
"fileMatch": ["applications/.+\\.yaml$"]
7+
"managerFilePatterns": [
8+
"/applications/.+\\.yaml$/"
9+
]
810
},
911
"kubernetes": {
10-
"fileMatch": ["manifests/.+/.+\\.yaml$"]
12+
"managerFilePatterns": [
13+
"/manifests/.+/.+\\.yaml$/"
14+
]
1115
}
1216
}

0 commit comments

Comments
 (0)