You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
According to validation actions,
default.json
config should be migrated.Investigate differences between
config:base
andconfig:recommended
and why they recommend migrating.If this does not introduce a bunch of unwanted rules, it should be migrated.
The text was updated successfully, but these errors were encountered: