docs: update url to the renovatebot/github-actions repo (#45)

This commit is contained in:
Jeroen de Bruijn 2020-05-02 19:51:01 +01:00 committed by GitHub
parent eb356b1448
commit 74f13d3bf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 15 deletions

View file

@ -1,4 +1,4 @@
name: build
name: Build
on:
push:

View file

@ -18,13 +18,12 @@ GitHub Action to run Renovate self-hosted.
## Badges
| Badge | Description | Service |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------- | -------------------- |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | -------------------- |
| <a href="https://github.com/prettier/prettier#readme"><img alt="code style" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square"></a> | Code style | Prettier |
| <a href="https://conventionalcommits.org"><img alt="Conventional Commits: 1.0.0" src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square"></a> | Commit style | Conventional Commits |
| <a href="https://renovatebot.com"><img alt="Renovate enabled" src="https://img.shields.io/badge/renovate-enabled-brightgreen.svg?style=flat-square"></a> | Dependencies | Renovate |
| <a href="https://github.com/vidavidorra/github-action-renovate/actions"><img alt="GitHub workflow status" src="https://img.shields.io/github/workflow/status/vidavidorra/github-action-renovate/Lint%20commit%20messages?style=flat-square"></a> | Lint commit messages | GitHub Actions |
| <a href="https://github.com/vidavidorra/github-action-renovate/actions"><img alt="GitHub workflow status" src="https://img.shields.io/github/workflow/status/vidavidorra/github-action-renovate/Lint?style=flat-square"></a> | Lint | GitHub Actions |
| <a href="https://github.com/vidavidorra/github-action-renovate/actions"><img alt="GitHub workflow status" src="https://img.shields.io/github/workflow/status/vidavidorra/github-action-renovate/Example?style=flat-square"></a> | Example | GitHub Actions |
| <a href="https://github.com/renovatebot/github-action/actions"><img alt="GitHub workflow status" src="https://img.shields.io/github/workflow/status/renovatebot/github-action/Build?style=flat-square"></a> | Build | GitHub Actions |
| <a href="https://github.com/renovatebot/github-action/actions"><img alt="GitHub workflow status" src="https://img.shields.io/github/workflow/status/renovatebot/github-action/Example?style=flat-square"></a> | Example | GitHub Actions |
<a name="options"></a>
@ -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 }}

2
package-lock.json generated
View file

@ -1,5 +1,5 @@
{
"name": "github-action-renovate",
"name": "github-action",
"version": "1.0.5",
"lockfileVersion": 1,
"requires": true,

View file

@ -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",