Skip to content

Commit

Permalink
feat: move onboarding config preset into the global config (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Jul 1, 2023
1 parent 5ed92e0 commit 95656aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ 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._',
],
onboardingConfigFileName: '.github/renovate.json5',
onboardingPrTitle: 'feat(deps): configure Renovate',
onboardingRebaseCheckbox: true,
packageRules: [
{
matchPackagePatterns: ['*'],
Expand Down
1 change: 0 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"docker:pinDigests",
"helpers:pinGitHubActionDigests",
"github>whitesource/merge-confidence:beta",
"github>bfra-me/renovate-config:onboarding",
"github>bfra-me/renovate-config:automerge/default",
"github>bfra-me/renovate-config:group/default",
"github>bfra-me/renovate-config:replacements/default",
Expand Down
7 changes: 0 additions & 7 deletions onboarding.json

This file was deleted.

0 comments on commit 95656aa

Please sign in to comment.