Unverified Commit 8f60355a authored by Michael Kriese's avatar Michael Kriese
Browse files

chore: rename master to main

parent 6154476e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,4 +21,4 @@ release:
  script:
    - npx --no-install semantic-release
  only:
    - master
    - main
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ You will need to:

1. Create a new project to host the runner
2. Configure credentials using CI variables
3. Create a new `master` pipeline that includes this project's template
3. Create a new `main` pipeline that includes this project's template
4. Set up a schedule to run the pipeline regularly

## Create a new runner Project
@@ -101,6 +101,6 @@ Because the default pipeline only runs on schedules, you need to use the `play`

We've changed some renovate defaults for GitLab to better reflect the App's default behavior, so please see [here](./templates/_common.gitlab-ci.yml#L1) for changed options.

For other self-hosted gitlab samples you can checkout [here](https://github.com/renovatebot/docker-renovate/blob/master/docs/gitlab.md).
For other self-hosted gitlab samples you can checkout [here](https://github.com/renovatebot/docker-renovate/blob/HEAD/docs/gitlab.md).

If you are using a self-hosted runner, please checkout the gitlab [docs](https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#docker) for Docker dind configuration.