diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..9d4f85a8345a973d49d4407a42c4c4c0983a0442 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Test image used to test renovate + +To test run renovate locally + +```bash +docker run --rm -e RENOVATE_PLATFORM=gitlab -e RENOVATE_ENDPOINT="https://repo1.dso.mil/api/v4" -e RENOVATE_TOKEN="" -e RENOVATE_AUTODISCOVER='false' -e RENOVATE_REPOSITORIES="dsop/opensource/pipeline-test-project/renovate-test" -it registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate@sha256:28e7a621d4001f839ff366e75ab650e095ec391861fd81637bcbd19f95364fe0 +``` diff --git a/renovate.json b/renovate.json index 8b137891791fe96927ad78e64b0aad7bded08bdc..40967254c97044d28b40036cd32a9da3872d13dd 100644 --- a/renovate.json +++ b/renovate.json @@ -1 +1,18 @@ - +{ + "assignees": [ + "@sanders--bah" + ], + "baseBranches": [ + "development" + ], + "regexManagers": [ + { + "fileMatch": ["^repo_file$"], + "matchStrings": [ + "\"image_tag\": \"(?.*?)\"" + ], + "depNameTemplate": "vault", + "datasourceTemplate": "docker" + } + ] +} diff --git a/repo_file.yaml b/repo_file.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8da854022249cc98f9cd7a21e1c531afd4f77f4c --- /dev/null +++ b/repo_file.yaml @@ -0,0 +1,3 @@ +resources: +- image_name: opensource/mongodb/mongodb + image_tag: "1.6.2"