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

Report Kotlin csiki-csuki #11

Open
TWiStErRob opened this issue Mar 31, 2023 · 4 comments
Open

Report Kotlin csiki-csuki #11

TWiStErRob opened this issue Mar 31, 2023 · 4 comments

Comments

@TWiStErRob
Copy link
Owner

No description provided.

@TWiStErRob
Copy link
Owner Author

@TWiStErRob
Copy link
Owner Author

Might be the same root cause as #18

@TWiStErRob
Copy link
Owner Author

TWiStErRob commented Nov 5, 2023

Testing:

@TWiStErRob
Copy link
Owner Author

TWiStErRob commented Nov 12, 2023

Doesn't seem to reproduce with Mockito-kotlin. Minimal repro I tried:
gradle/libs.versions.toml

[versions]
mockito = "5.7.0"
mockito-kotlin = "4.1.0"

[libraries]
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.ref = "mockito-kotlin" }
{
	"$schema": "https://docs.renovatebot.com/renovate-schema.json",
	"extends": [
		":dependencyDashboard",
		":disableRateLimiting",
		"group:mockitoMonorepo"
	],
	"commitMessageExtra": "from {{{currentValue}}} to {{{newValue}}}{{#if isMajor}} (major v{{{newMajor}}}){{else}}{{/if}}",
	"separateMajorMinor": true,
	"separateMultipleMajor": true,
	"separateMinorPatch": true,
	"packageRules": [
		{
			"groupName": "mockito monorepo",
			"description": "Add nhaarman dependency to builtin 'mockito monorepo' group defined at https://docs.renovatebot.com/presets-group/#groupmockitomonorepo.",
			"matchPackageNames": [
				"com.nhaarman.mockitokotlin2:mockito-kotlin",
				"com.nhaarman:mockito-kotlin"
			]
		}
	]
}

and full repro was trying to use the shared config:

{
	"$schema": "https://docs.renovatebot.com/renovate-schema.json",
	"extends": [
		"local>TWiStErRob/renovate-config"
	]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant