Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate and migrate default configuration #5

Open
Xzelsius opened this issue Aug 21, 2023 · 0 comments
Open

Investigate and migrate default configuration #5

Xzelsius opened this issue Aug 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Xzelsius
Copy link
Owner

According to validation actions, default.json config should be migrated.

DEBUG: Checking for config file in /home/runner/work/renovate-config/renovate-config/default.json
 WARN: Config needs migrating
       "originalConfig": {
         "$schema": "https://docs.renovatebot.com/renovate-schema.json",
         "description": "Default configuration for all my repositories.",
         "extends": [
           "config:base",
           ":semanticCommits",
           ":semanticCommitTypeAll(chore)",
           ":semanticCommitScope(deps)"
         ],
         "rebaseWhen": "behind-base-branch",
         "assignees": ["Xzelsius"],
         "labels": ["dependencies"]
       },
       "migratedConfig": {
         "$schema": "https://docs.renovatebot.com/renovate-schema.json",
         "description": "Default configuration for all my repositories.",
         "extends": [
           "config:recommended",
           ":semanticCommits",
           ":semanticCommitTypeAll(chore)",
           ":semanticCommitScope(deps)"
         ],
         "rebaseWhen": "behind-base-branch",
         "assignees": ["Xzelsius"],
         "labels": ["dependencies"]
       }
 INFO: Validating default.json

Investigate differences between config:base and config:recommended and why they recommend migrating.
If this does not introduce a bunch of unwanted rules, it should be migrated.

@Xzelsius Xzelsius added the enhancement New feature or request label Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant