mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-15 16:32:36 +00:00
chore: add documentation and GA branding
This commit is contained in:
parent
ad7537a1d2
commit
34953d657b
4 changed files with 63 additions and 12 deletions
9
example/config.js
Normal file
9
example/config.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
branchPrefix: 'ga-renovate/',
|
||||
dryRun: true,
|
||||
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
|
||||
logLevel: 'debug',
|
||||
onboarding: false,
|
||||
platform: 'github',
|
||||
repositories: ['vidavidorra/github-action-renovate'],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue