We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7bb02 commit 863fa85Copy full SHA for 863fa85
2 files changed
renovate.json
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