mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
ci: add test configuration for the e2e test and example
This commit is contained in:
parent
26124b07e4
commit
3ff327a8cc
2 changed files with 12 additions and 0 deletions
4
.github/workflows/example-basic.yml
vendored
4
.github/workflows/example-basic.yml
vendored
|
|
@ -14,5 +14,9 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: ls
|
||||
run: npm ci
|
||||
- name: Renovate
|
||||
uses: ./
|
||||
with:
|
||||
configurationFile: 'test/config.js'
|
||||
|
|
|
|||
8
test/config.js
Normal file
8
test/config.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module.exports = {
|
||||
platform: 'github',
|
||||
logFileLevel: 'warn',
|
||||
logLevel: 'debug',
|
||||
onboarding: false,
|
||||
dryRun: true,
|
||||
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue