ci: remove example as the build can act as example

This commit is contained in:
Jeroen de Bruijn 2020-05-03 18:40:17 +02:00
parent bb8b0ad0d8
commit 507fdfb31c
No known key found for this signature in database
GPG key ID: 3A2677A1DF38FF9F
4 changed files with 1 additions and 27 deletions

View file

@ -62,7 +62,7 @@ jobs:
- name: Renovate test - name: Renovate test
uses: ./ uses: ./
with: with:
configurationFile: .github/config.js configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
build: build:

View file

@ -1,17 +0,0 @@
name: Example
on:
push:
branches:
- master
pull_request:
jobs:
example:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.1.0
- name: Renovate example
uses: ./
with:
configurationFile: example/config.js
token: ${{ secrets.RENOVATE_TOKEN }}

View file

@ -1,9 +0,0 @@
module.exports = {
branchPrefix: 'ga-renovate/',
dryRun: true,
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
logLevel: 'debug',
onboarding: false,
platform: 'github',
repositories: ['renovatebot/github-action'],
};