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
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