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

chore: Configure Renovate #1

Merged
merged 1 commit into from
Jul 17, 2024
Merged

chore: Configure Renovate #1

merged 1 commit into from
Jul 17, 2024

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 17, 2024

Mend Renovate

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

  • docker/ha-local/docker-compose.yml (docker-compose)
  • docker/local-single/docker-compose.yml (docker-compose)
  • docker/nginx/docker-compose.yml (docker-compose)
  • containers/api-catalog-services/Dockerfile (dockerfile)
  • containers/caching-service/Dockerfile (dockerfile)
  • containers/cloud-gateway-service/Dockerfile (dockerfile)
  • containers/discovery-service/Dockerfile (dockerfile)
  • containers/gateway-service/Dockerfile (dockerfile)
  • docker/development/Dockerfile (dockerfile)
  • .github/actions/image-publish-setup/action.yml (github-actions)
  • .github/actions/setup/action.yml (github-actions)
  • .github/workflows/automated-release.yml (github-actions)
  • .github/workflows/binary-snapshot-release.yml (github-actions)
  • .github/workflows/binary-specific-release.yml (github-actions)
  • .github/workflows/branch-snapshot-release.yml (github-actions)
  • .github/workflows/build-conformant-images.yml (github-actions)
  • .github/workflows/changelog.yml (github-actions)
  • .github/workflows/docs.yml (github-actions)
  • .github/workflows/image-publish-branch.yml (github-actions)
  • .github/workflows/image-snapshot-release.yml (github-actions)
  • .github/workflows/image-specific-release.yml (github-actions)
  • .github/workflows/integration-tests.yml (github-actions)
  • .github/workflows/release_and_update_manifest_json.yml (github-actions)
  • .github/workflows/security-analysis.yml (github-actions)
  • .github/workflows/service-registration.yml (github-actions)
  • .github/workflows/stale.yml (github-actions)
  • .github/workflows/zowe-cli-deploy-component.yml (github-actions)
  • .github/workflows/zowe-cli-plugin.yml (github-actions)
  • gradle.properties (gradle)
  • settings.gradle (gradle)
  • build.gradle (gradle)
  • api-catalog-package/build.gradle (gradle)
  • api-catalog-services/build.gradle (gradle)
  • api-catalog-services/gradle/lite.gradle (gradle)
  • api-catalog-ui/build.gradle (gradle)
  • apiml-common/build.gradle (gradle)
  • apiml-common-lib-package/build.gradle (gradle)
  • apiml-extension-loader/build.gradle (gradle)
  • apiml-sample-extension/build.gradle (gradle)
  • apiml-sample-extension-package/build.gradle (gradle)
  • apiml-security-common/build.gradle (gradle)
  • apiml-tomcat-common/build.gradle (gradle)
  • apiml-utility/build.gradle (gradle)
  • caching-service/build.gradle (gradle)
  • caching-service-package/build.gradle (gradle)
  • certificate-analyser/build.gradle (gradle)
  • cloud-gateway-package/build.gradle (gradle)
  • cloud-gateway-service/build.gradle (gradle)
  • common-service-core/build.gradle (gradle)
  • discoverable-client/build.gradle (gradle)
  • discovery-package/build.gradle (gradle)
  • discovery-service/build.gradle (gradle)
  • discovery-service/gradle/lite.gradle (gradle)
  • gateway-package/build.gradle (gradle)
  • gateway-service/build.gradle (gradle)
  • gateway-service/gradle/lite.gradle (gradle)
  • gradle/versions.gradle (gradle)
  • gradle/code-quality.gradle (gradle)
  • gradle/coverage.gradle (gradle)
  • gradle/jib.gradle (gradle)
  • gradle/license.gradle (gradle)
  • gradle/lite-project.gradle (gradle)
  • gradle/lite.gradle (gradle)
  • gradle/publish.gradle (gradle)
  • gradle/sonar.gradle (gradle)
  • integration-tests/build.gradle (gradle)
  • mock-services/build.gradle (gradle)
  • onboarding-enabler-java/build.gradle (gradle)
  • onboarding-enabler-java-sample-app-plain-java/build.gradle (gradle)
  • onboarding-enabler-micronaut/build.gradle (gradle)
  • onboarding-enabler-micronaut-sample-app/build.gradle (gradle)
  • onboarding-enabler-nodejs/build.gradle (gradle)
  • onboarding-enabler-nodejs-sample-app/build.gradle (gradle)
  • onboarding-enabler-spring/build.gradle (gradle)
  • onboarding-enabler-spring-sample-app/build.gradle (gradle)
  • platform/build.gradle (gradle)
  • security-service-client-spring/build.gradle (gradle)
  • zaas-client/build.gradle (gradle)
  • zowe-cli-id-federation-plugin/build.gradle (gradle)
  • gradle/wrapper/gradle-wrapper.properties (gradle-wrapper)
  • api-catalog-ui/frontend/package.json (npm)
  • onboarding-enabler-nodejs-sample-app/package.json (npm)
  • onboarding-enabler-nodejs/package.json (npm)
  • package.json (npm)
  • scripts/docs/package.json (npm)
  • scripts/release_components/package.json (npm)
  • scripts/release_docs/package.json (npm)
  • zowe-cli-id-federation-plugin/package.json (npm)
  • zss-sample-service/package.json (npm)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 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 118 Pull Requests:

fix(deps): replace dependency @material-ui/core with @​mui/material 5.0.0
  • Schedule: ["at any time"]
  • Branch name: renovate/material-ui-core-replacement
  • Merge into: v3.x.x
  • Upgrade @material-ui/core to 5.0.0
fix(deps): replace dependency @material-ui/icons with @​mui/icons-material 5.0.0
  • Schedule: ["at any time"]
  • Branch name: renovate/material-ui-icons-replacement
  • Merge into: v3.x.x
  • Upgrade @material-ui/icons to 5.0.0
chore(deps): update babel monorepo
chore(deps): update dependency @testing-library/jest-dom to v6.4.6
  • Schedule: ["at any time"]
  • Branch name: renovate/testing-library-monorepo
  • Merge into: v3.x.x
  • Upgrade @testing-library/jest-dom to 6.4.6
chore(deps): update dependency caniuse-lite to v1.0.30001642
  • Schedule: ["at any time"]
  • Branch name: renovate/caniuse-lite-1.x
  • Merge into: v3.x.x
  • Upgrade caniuse-lite to 1.0.30001642
chore(deps): update dependency eslint-plugin-license-header to v0.6.1
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-license-header-0.x
  • Merge into: v3.x.x
  • Upgrade eslint-plugin-license-header to 0.6.1
chore(deps): update dependency eslint-plugin-prettier to v3.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-prettier-3.x
  • Merge into: v3.x.x
  • Upgrade eslint-plugin-prettier to 3.4.1
chore(deps): update dependency jest-stare to v2.5.1
  • Schedule: ["at any time"]
  • Branch name: renovate/jest-stare-2.x
  • Merge into: v3.x.x
  • Upgrade jest-stare to 2.5.1
chore(deps): update dependency nodemon to v2.0.22
  • Schedule: ["at any time"]
  • Branch name: renovate/nodemon-2.x
  • Merge into: v3.x.x
  • Upgrade nodemon to 2.0.22
chore(deps): update dependency react-error-overlay to v6.0.11
  • Schedule: ["at any time"]
  • Branch name: renovate/react-error-overlay-6.x
  • Merge into: v3.x.x
  • Upgrade react-error-overlay to 6.0.11
chore(deps): update dependency semver to v7.6.3
  • Schedule: ["at any time"]
  • Branch name: renovate/semver-7.x
  • Merge into: v3.x.x
  • Upgrade semver to 7.6.3
chore(deps): update dependency start-server-and-test to v2.0.4
  • Schedule: ["at any time"]
  • Branch name: renovate/start-server-and-test-2.x
  • Merge into: v3.x.x
  • Upgrade start-server-and-test to 2.0.4
chore(deps): update dependency tough-cookie to v4.1.4
  • Schedule: ["at any time"]
  • Branch name: renovate/tough-cookie-4.x
  • Merge into: v3.x.x
  • Upgrade tough-cookie to 4.1.4
chore(deps): update dependency ts-node to v10.9.2
  • Schedule: ["at any time"]
  • Branch name: renovate/ts-node-10.x
  • Merge into: v3.x.x
  • Upgrade ts-node to 10.9.2
chore(deps): update gradlegitproperties to v2.4.2
  • Schedule: ["at any time"]
  • Branch name: renovate/gradlegitproperties
  • Merge into: v3.x.x
  • Upgrade com.gorylenko.gradle-git-properties to 2.4.2
  • Upgrade com.gorylenko.gradle-git-properties:gradle-git-properties to 2.4.2
chore(deps): update npm to v8.19.4
  • Schedule: ["at any time"]
  • Branch name: renovate/npm-8.x
  • Merge into: v3.x.x
  • Upgrade npm to =8.19.4
fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.2
fix(deps): update dependency com.fasterxml.jackson.dataformat:jackson-dataformat-yaml to v2.17.2
fix(deps): update dependency com.google.guava:guava to v33.2.1-jre
  • Schedule: ["at any time"]
  • Branch name: renovate/guava-monorepo
  • Merge into: v3.x.x
  • Upgrade com.google.guava:guava to 33.2.1-jre
fix(deps): update dependency com.netflix.eureka:eureka-client-jersey3 to v2.0.3
fix(deps): update dependency csv-parse to v5.5.6
  • Schedule: ["at any time"]
  • Branch name: renovate/csv-parse-5.x
  • Merge into: v3.x.x
  • Upgrade csv-parse to 5.5.6
fix(deps): update dependency io.netty:netty-bom to v4.1.111.final
  • Schedule: ["at any time"]
  • Branch name: renovate/netty-monorepo
  • Merge into: v3.x.x
  • Upgrade io.netty:netty-bom to 4.1.111.Final
fix(deps): update dependency io.projectreactor.netty:reactor-netty-http to v1.1.21
fix(deps): update dependency jakarta.servlet:jakarta.servlet-api to v6.1.0
fix(deps): update dependency org.projectlombok:lombok to v1.18.34
fix(deps): update dependency org.springframework.retry:spring-retry to v2.0.7
fix(deps): update dependency sass to v1.77.8
  • Schedule: ["at any time"]
  • Branch name: renovate/sass-1.x
  • Merge into: v3.x.x
  • Upgrade sass to 1.77.8
fix(deps): update dependency stream to v0.0.3
  • Schedule: ["at any time"]
  • Branch name: renovate/stream-0.x
  • Merge into: v3.x.x
  • Upgrade stream to 0.0.3
fix(deps): update dependency swagger-ui-react to v5.17.14
  • Schedule: ["at any time"]
  • Branch name: renovate/swagger-ui-react-5.x
  • Merge into: v3.x.x
  • Upgrade swagger-ui-react to 5.17.14
fix(deps): update infinispan to v14.0.29.final
fix(deps): update jacksoncore to v2.17.2
fix(deps): update jettywebsocketclient to v9.4.55.v20240627
fix(deps): update jjwt to v0.12.6
fix(deps): update junit5 monorepo
fix(deps): update reactor to v3.6.8
fix(deps): update spring cloud
fix(deps): update spring core
chore(deps): update dependency @​zowe/cli to v7.27.0
  • Schedule: ["at any time"]
  • Branch name: renovate/zowe-cli-7.x
  • Merge into: v3.x.x
  • Upgrade @zowe/cli to 7.27.0
chore(deps): update dependency @​zowe/cli-test-utils to v7.27.0
  • Schedule: ["at any time"]
  • Branch name: renovate/zowe-cli-test-utils-7.x
  • Merge into: v3.x.x
  • Upgrade @zowe/cli-test-utils to 7.27.0
chore(deps): update dependency @​zowe/imperative to v5.25.0
  • Schedule: ["at any time"]
  • Branch name: renovate/zowe-imperative-5.x
  • Merge into: v3.x.x
  • Upgrade @zowe/imperative to 5.25.0
chore(deps): update dependency concurrently to v6.5.1
  • Schedule: ["at any time"]
  • Branch name: renovate/concurrently-6.x
  • Merge into: v3.x.x
  • Upgrade concurrently to 6.5.1
chore(deps): update dependency cypress to v13.13.1
  • Schedule: ["at any time"]
  • Branch name: renovate/cypress-13.x
  • Merge into: v3.x.x
  • Upgrade cypress to 13.13.1
chore(deps): update dependency eslint to v8.57.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-monorepo
  • Merge into: v3.x.x
  • Upgrade eslint to 8.57.0
chore(deps): update dependency eslint-plugin-flowtype to v5.10.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-flowtype-5.x
  • Merge into: v3.x.x
  • Upgrade eslint-plugin-flowtype to 5.10.0
chore(deps): update dependency eslint-plugin-import to v2.29.1
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-import-2.x
  • Merge into: v3.x.x
  • Upgrade eslint-plugin-import to 2.29.1
chore(deps): update dependency eslint-plugin-jest to v27.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-jest-27.x
  • Merge into: v3.x.x
  • Upgrade eslint-plugin-jest to 27.9.0
chore(deps): update dependency eslint-plugin-jsx-a11y to v6.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-jsx-a11y-6.x
  • Merge into: v3.x.x
  • Upgrade eslint-plugin-jsx-a11y to 6.9.0
chore(deps): update dependency eslint-plugin-react to v7.34.4
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-react-7.x
  • Merge into: v3.x.x
  • Upgrade eslint-plugin-react to 7.34.4
chore(deps): update dependency got to v12.6.1
  • Schedule: ["at any time"]
  • Branch name: renovate/got-12.x
  • Merge into: v3.x.x
  • Upgrade got to 12.6.1
chore(deps): update dependency gradle to v8.9
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-8.x
  • Merge into: v3.x.x
  • Upgrade gradle to 8.9
chore(deps): update dependency jest-html-reporter to v3.10.2
  • Schedule: ["at any time"]
  • Branch name: renovate/jest-html-reporter-3.x
  • Merge into: v3.x.x
  • Upgrade jest-html-reporter to 3.10.2
chore(deps): update dependency jsdom to v16.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/jsdom-16.x
  • Merge into: v3.x.x
  • Upgrade jsdom to 16.7.0
chore(deps): update dependency madge to v6.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/madge-6.x
  • Merge into: v3.x.x
  • Upgrade madge to 6.1.0
chore(deps): update dependency ts-jest to v29.2.2
  • Schedule: ["at any time"]
  • Branch name: renovate/ts-jest-29.x
  • Merge into: v3.x.x
  • Upgrade ts-jest to 29.2.2
chore(deps): update dependency typedoc to v0.26.4
  • Schedule: ["at any time"]
  • Branch name: renovate/typedoc-0.x
  • Merge into: v3.x.x
  • Upgrade typedoc to 0.26.4
chore(deps): update jest monorepo
chore(deps): update node.js to v16.20.2
  • Schedule: ["at any time"]
  • Branch name: renovate/node-16.x
  • Merge into: v3.x.x
  • Upgrade node to =16.20.2
chore(deps): update node.js to v18.20.4
  • Schedule: ["at any time"]
  • Branch name: renovate/node-18.x
  • Merge into: v3.x.x
  • Upgrade node to =18.20.4
  • Upgrade @types/node to 18.19.40
chore(deps): update npm to v9.9.3
  • Schedule: ["at any time"]
  • Branch name: renovate/npm-9.x
  • Merge into: v3.x.x
  • Upgrade npm to =9.9.3
chore(deps): update typescript-eslint monorepo to v5.62.0
fix(deps): update dependency @​types/react to v18.3.3
  • Schedule: ["at any time"]
  • Branch name: renovate/react-monorepo
  • Merge into: v3.x.x
  • Upgrade @types/react to 18.3.3
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.6
fix(deps): update dependency com.fasterxml.woodstox:woodstox-core to v6.7.0
fix(deps): update dependency com.netflix.ribbon:ribbon-eureka to v2.7.18
fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v9.40
fix(deps): update dependency io.micronaut:micronaut-http-client to v4.5.3
fix(deps): update dependency octokit to v3.2.1
  • Schedule: ["at any time"]
  • Branch name: renovate/octokit-monorepo
  • Merge into: v3.x.x
  • Upgrade octokit to 3.2.1
fix(deps): update dependency org.apache.commons:commons-text to v1.12.0
fix(deps): update dependency org.eclipse.jgit:org.eclipse.jgit to v6.10.0.202406032230-r
fix(deps): update dependency org.mockito:mockito-core to v5.12.0
  • Schedule: ["at any time"]
  • Branch name: renovate/mockito-monorepo
  • Merge into: v3.x.x
  • Upgrade org.mockito:mockito-core to 5.12.0
fix(deps): update dependency org.sonarsource.scanner.gradle:sonarqube-gradle-plugin to v4.4.1.3373
fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.6.0
fix(deps): update dependency react-hook-form to v7.52.1
  • Schedule: ["at any time"]
  • Branch name: renovate/react-hook-form-7.x
  • Merge into: v3.x.x
  • Upgrade react-hook-form to 7.52.1
fix(deps): update material-ui monorepo to v5.16.4
fix(deps): update restassured to v5.5.0
fix(deps): update spring boot to v3.3.1
chore(deps): update actions/cache action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-cache-4.x
  • Merge into: v3.x.x
  • Upgrade actions/cache to v4
chore(deps): update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: v3.x.x
  • Upgrade actions/checkout to v4
chore(deps): update actions/github-script action to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-github-script-7.x
  • Merge into: v3.x.x
  • Upgrade actions/github-script to v7
chore(deps): update actions/setup-node action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-node-4.x
  • Merge into: v3.x.x
  • Upgrade actions/setup-node to v4
chore(deps): update actions/stale action to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-stale-9.x
  • Merge into: v3.x.x
  • Upgrade actions/stale to v9
chore(deps): update actions/upload-artifact action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/major-github-artifact-actions
  • Merge into: v3.x.x
  • Upgrade actions/upload-artifact to v4
chore(deps): update dependency @​braintree/sanitize-url to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/braintree-sanitize-url-7.x
  • Merge into: v3.x.x
  • Upgrade @braintree/sanitize-url to 7.0.4
chore(deps): update dependency ansi-regex to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/ansi-regex-6.x
  • Merge into: v3.x.x
  • Upgrade ansi-regex to 6.0.1
chore(deps): update dependency concurrently to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/concurrently-8.x
  • Merge into: v3.x.x
  • Upgrade concurrently to 8.2.2
chore(deps): update dependency eslint to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/major-eslint-monorepo
  • Merge into: v3.x.x
  • Upgrade eslint to 9.7.0
chore(deps): update dependency eslint-config-prettier to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-config-prettier-9.x
  • Merge into: v3.x.x
  • Upgrade eslint-config-prettier to 9.1.0
chore(deps): update dependency eslint-plugin-cypress to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-cypress-3.x
  • Merge into: v3.x.x
  • Upgrade eslint-plugin-cypress to 3.3.0
chore(deps): update dependency eslint-plugin-flowtype to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-flowtype-8.x
  • Merge into: v3.x.x
  • Upgrade eslint-plugin-flowtype to 8.0.3
chore(deps): update dependency eslint-plugin-jest to v28
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-jest-28.x
  • Merge into: v3.x.x
  • Upgrade eslint-plugin-jest to 28.6.0
chore(deps): update dependency eslint-plugin-prettier to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-prettier-5.x
  • Merge into: v3.x.x
  • Upgrade eslint-plugin-prettier to 5.2.1
chore(deps): update dependency eslint-plugin-unused-imports to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-unused-imports-4.x
  • Merge into: v3.x.x
  • Upgrade eslint-plugin-unused-imports to 4.0.0
chore(deps): update dependency got to v14
  • Schedule: ["at any time"]
  • Branch name: renovate/got-14.x
  • Merge into: v3.x.x
  • Upgrade got to 14.4.1
chore(deps): update dependency html-loader to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/html-loader-5.x
  • Merge into: v3.x.x
  • Upgrade html-loader to 5.0.0
chore(deps): update dependency husky to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/husky-9.x
  • Merge into: v3.x.x
  • Upgrade husky to 9.0.11
chore(deps): update dependency jest-junit to v16
  • Schedule: ["at any time"]
  • Branch name: renovate/jest-junit-16.x
  • Merge into: v3.x.x
  • Upgrade jest-junit to 16.0.0
chore(deps): update dependency jsdom to v24
  • Schedule: ["at any time"]
  • Branch name: renovate/jsdom-24.x
  • Merge into: v3.x.x
  • Upgrade jsdom to 24.1.0
chore(deps): update dependency madge to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/madge-7.x
  • Merge into: v3.x.x
  • Upgrade madge to 7.0.0
chore(deps): update dependency nodemon to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/nodemon-3.x
  • Merge into: v3.x.x
  • Upgrade nodemon to 3.1.4
chore(deps): update dependency prettier to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-3.x
  • Merge into: v3.x.x
  • Upgrade prettier to 3.3.3
chore(deps): update dependency rimraf to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/rimraf-6.x
  • Merge into: v3.x.x
  • Upgrade rimraf to 6.0.1
chore(deps): update dependency typescript to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-5.x
  • Merge into: v3.x.x
  • Upgrade typescript to 5.5.3
chore(deps): update dependency yaml to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/yaml-2.x
  • Merge into: v3.x.x
  • Upgrade yaml to 2.4.5
chore(deps): update node.js to v20
  • Schedule: ["at any time"]
  • Branch name: renovate/node-20.x
  • Merge into: v3.x.x
  • Upgrade node to =20.15.1
  • Upgrade @types/node to 20.14.11
chore(deps): update npm to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/npm-10.x
  • Merge into: v3.x.x
  • Upgrade npm to =10.8.2
chore(deps): update plugin com.dorongold.task-tree to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/major-tasktree
  • Merge into: v3.x.x
  • Upgrade com.dorongold.task-tree to 4.0.0
chore(deps): update testing-library monorepo (major)
chore(deps): update typescript-eslint monorepo to v7 (major)
fix(deps): update dependency com.fasterxml.woodstox:woodstox-core to v7
fix(deps): update dependency com.google.guava:guava to v33
  • Schedule: ["at any time"]
  • Branch name: renovate/major-guava-monorepo
  • Merge into: v3.x.x
  • Upgrade com.google.guava:guava to 33.2.1-jre
fix(deps): update dependency history to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/history-5.x
  • Merge into: v3.x.x
  • Upgrade history to 5.3.0
fix(deps): update dependency octokit to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/major-octokit-monorepo
  • Merge into: v3.x.x
  • Upgrade octokit to 4.0.2
fix(deps): update dependency org.sonarsource.scanner.gradle:sonarqube-gradle-plugin to v5
fix(deps): update dependency org.springframework:spring-test to v6
fix(deps): update dependency react-router-dom to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/major-react-router-monorepo
  • Merge into: v3.x.x
  • Upgrade react-router-dom to 6.25.0
fix(deps): update dependency uuid to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/uuid-10.x
  • Merge into: v3.x.x
  • Upgrade uuid to 10.0.0
fix(deps): update infinispan to v15 (major)
fix(deps): update jettywebsocketclient to v12 (major)

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.


❓ 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 has been generated by Mend Renovate. View repository job log here.

@mirek163 mirek163 merged commit de87e76 into v3.x.x Jul 17, 2024
27 of 28 checks passed
@renovate renovate bot deleted the renovate/configure branch July 17, 2024 13:50
Copy link
Author

renovate bot commented Jul 17, 2024

Renovate is disabled

Renovate is disabled because there is no Renovate configuration file. To enable Renovate, you can either (a) change this PR's title to get a new onboarding PR, and merge the new onboarding PR, or (b) create a Renovate config file, and commit that file to your base branch.

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

Successfully merging this pull request may close these issues.

1 participant