-
Notifications
You must be signed in to change notification settings - Fork 2
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
SONARGO-60 Configure Renovate #48
Conversation
3f3c3fc
to
f778190
Compare
{ | ||
"managers": [ | ||
"git-submodules" | ||
], | ||
"matchDepNames": [ | ||
"its/sources/traefik", | ||
"its/sources/minio", | ||
"its/sources/prometheus", | ||
"its/sources/kubernetes-client-go" | ||
], | ||
"enabled": false | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to be able to update Gradle modules automatically, however, it is not possible to enable git-submodules
only for a single dependency, and exclusion doesn't support patterns.
Example on what Renovate shows when there are new commits:
Update build-logic digest to 46a3607
Schedule: ["before 4am on Monday"]
Branch name: renovate/build-logic-digest
Merge into: master
Upgrade build-logic to 46a36072551574ab7aa1381081c031f58b3235da
f778190
to
b0ecd03
Compare
b0ecd03
to
8100467
Compare
Quality Gate passed for 'Go'Issues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
.gitmodules
(git-submodules).github/workflows/PullRequestClosed.yml
(github-actions).github/workflows/PullRequestCreated.yml
(github-actions).github/workflows/RequestReview.yml
(github-actions).github/workflows/SubmitReview.yml
(github-actions).github/workflows/ToggleLockBranch.yml
(github-actions).github/workflows/mark-prs-stale.yml
(github-actions).github/workflows/releasability.yaml
(github-actions).github/workflows/release.yml
(github-actions).github/workflows/slack_notify.yml
(github-actions)sonar-go-to-slang/go.mod
(gomod)gradle.properties
(gradle)settings.gradle.kts
(gradle)build.gradle
(gradle)gradle/libs.versions.toml
(gradle)its/plugin/build.gradle.kts
(gradle)its/ruling/build.gradle.kts
(gradle)sonar-go-plugin/build.gradle.kts
(gradle)sonar-go-to-slang/build.gradle.kts
(gradle)gradle/wrapper/gradle-wrapper.properties
(gradle-wrapper)Configuration Summary
Based on the default config's presets, Renovate will:
fix
for dependencies andchore
for all others if semantic commits are in use.node_modules
,bower_components
,vendor
and various test/tests (except for nuget) directories.CET
.🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.json
in this branch. Renovate will update the Pull Request description the next time it runs.What to Expect
With your current configuration, Renovate will create 5 Pull Requests:
Update build-logic digest to 46a3607
renovate/build-logic-digest
master
46a36072551574ab7aa1381081c031f58b3235da
Update all non-major dependencies
renovate/all-minor-patch
master
7.1.2
3.8
4.33.1
1.7.36
5.11.4
5.11.4
5.14.2
10.12.0.79820
10.12.0.79820
10.12.0.79820
10.14.0.2599
10.14.0.2599
1.18.0.6375
1.18.0.6375
1.18.0.6375
1.18.0.6375
1.18.0.6375
1.18.0.6375
Update dependency org.slf4j:slf4j-api to v2
renovate/major-slf4j-monorepo
master
2.0.16
Update plugin com.github.johnrengelman.shadow to v8
renovate/com.github.johnrengelman.shadow-8.x
master
8.1.1
Update plugin com.jfrog.artifactory to v5
renovate/com.jfrog.artifactory-5.x
master
5.2.5
❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR was generated by Mend Renovate. View the repository job log.