We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34e3517 + 863fa85 commit 54804bcCopy full SHA for 54804bc
1 file changed
renovate.json5
@@ -0,0 +1,15 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended",
5
+ "mergeConfidence:all-badges",
6
+ ],
7
+ "ignorePaths": [],
8
+ // https://docs.renovatebot.com/modules/manager/regex/#regular-expression-capture-groups
9
+ customManagers: [],
10
+ "argocd": {
11
+ "fileMatch": [
12
+ "^applications/argocd/.+\\.yaml$"
13
+ ]
14
+ },
15
+}
0 commit comments