From 74f13d3bf56a02db753b736c41803d3513dc9359 Mon Sep 17 00:00:00 2001 From: Jeroen de Bruijn <62570005+jdbruijn@users.noreply.github.com> Date: Sat, 2 May 2020 19:51:01 +0100 Subject: [PATCH] docs: update url to the renovatebot/github-actions repo (#45) --- .github/workflows/build.yml | 2 +- README.md | 17 ++++++++--------- package-lock.json | 2 +- package.json | 8 ++++---- 4 files changed, 14 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aca0e16f..f1f331c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: build +name: Build on: push: diff --git a/README.md b/README.md index a4c896c9..18e37cf7 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,13 @@ GitHub Action to run Renovate self-hosted. ## Badges -| Badge | Description | Service | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------- | -------------------- | -| code style | Code style | Prettier | -| Conventional Commits: 1.0.0 | Commit style | Conventional Commits | -| Renovate enabled | Dependencies | Renovate | -| GitHub workflow status | Lint commit messages | GitHub Actions | -| GitHub workflow status | Lint | GitHub Actions | -| GitHub workflow status | Example | GitHub Actions | +| Badge | Description | Service | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | -------------------- | +| code style | Code style | Prettier | +| Conventional Commits: 1.0.0 | Commit style | Conventional Commits | +| Renovate enabled | Dependencies | Renovate | +| GitHub workflow status | Build | GitHub Actions | +| GitHub workflow status | Example | GitHub Actions | @@ -77,7 +76,7 @@ jobs: - name: Checkout uses: actions/checkout@v2.0.0 - name: Self-hosted Renovate - uses: vidavidorra/github-action-renovate@v1.0.0 + uses: renovatebot/github-action@v1.0.0 with: configurationFile: example/config.js token: ${{ secrets.RENOVATE_TOKEN }} diff --git a/package-lock.json b/package-lock.json index 65a23747..9ce28f4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "github-action-renovate", + "name": "github-action", "version": "1.0.5", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index bd541672..954889c5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "github-action-renovate", + "name": "github-action", "version": "1.0.5", "description": "GitHub Action to run Renovate self-hosted.", "private": true, @@ -20,14 +20,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vidavidorra/github-action-renovate.git" + "url": "git+https://github.com/renovatebot/github-action.git" }, "author": "Jeroen de Bruijn", "license": "GPL-3.0-or-later", "bugs": { - "url": "https://github.com/vidavidorra/github-action-renovate/issues" + "url": "https://github.com/renovatebot/github-action/issues" }, - "homepage": "https://github.com/vidavidorra/github-action-renovate#readme", + "homepage": "https://github.com/renovatebot/github-action#readme", "dependencies": {}, "devDependencies": { "@commitlint/cli": "8.3.5",