Skip to content

Commit

Permalink
feat: add default onboardingConfig (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Jul 1, 2023
1 parent 95656aa commit 73e91cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ jobs:
'Use the global config preset for the @bfra-me organization.',
'_See the [renovate workflow](https://github.com/bfra-me/renovate-config/blob/main/.github/workflows/renovate.yaml) for details._',
],
onboardingConfig: {
'$schema': 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['github>bfra-me/renovate-config#v1.4.0'],
},
onboardingConfigFileName: '.github/renovate.json5',
onboardingPrTitle: 'feat(deps): configure Renovate',
onboardingRebaseCheckbox: true,
Expand Down

0 comments on commit 73e91cc

Please sign in to comment.