diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000000000000000000000000000000000000..e319a1bbc251d96b9c16f1f4129073478c86a003 --- /dev/null +++ b/renovate.json @@ -0,0 +1,30 @@ +{ + "assignees": [ + "jweatherford" + ], + "baseBranches": [ + "development" + ], + "regexManagers": [ + { + "fileMatch": [ + "^hardening_manifest.yaml$" + ], + "matchStrings": [ + "org\\.opencontainers\\.image\\.version:\\s+\"(?.+?)\"" + ], + "depNameTemplate": "gcr.io/spark-operator/spark-py", + "datasourceTemplate": "docker" + }, + { + "fileMatch": [ + "^hardening_manifest.yaml$" + ], + "matchStrings": [ + "tags:\\s+-\\s+\"(?.+?)\"" + ], + "depNameTemplate": "gcr.io/spark-operator/spark-py", + "datasourceTemplate": "docker" + } + ] +}