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 #2

Merged
merged 1 commit into from
Jul 24, 2024
Merged

chore: Configure Renovate #2

merged 1 commit into from
Jul 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 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

  • .github/workflows/alibabacloud.yml (github-actions)
  • .github/workflows/anchore.yml (github-actions)
  • .github/workflows/apisec-scan.yml (github-actions)
  • .github/workflows/aws.yml (github-actions)
  • .github/workflows/azure-container-webapp.yml (github-actions)
  • .github/workflows/azure-kubernetes-service-helm.yml (github-actions)
  • .github/workflows/azure-kubernetes-service-kompose.yml (github-actions)
  • .github/workflows/azure-kubernetes-service-kustomize.yml (github-actions)
  • .github/workflows/azure-kubernetes-service.yml (github-actions)
  • .github/workflows/azure-staticwebapp.yml (github-actions)
  • .github/workflows/azure-webapps-dotnet-core.yml (github-actions)
  • .github/workflows/azure-webapps-java-jar.yml (github-actions)
  • .github/workflows/azure-webapps-node.yml (github-actions)
  • .github/workflows/azure-webapps-php.yml (github-actions)
  • .github/workflows/azure-webapps-python.yml (github-actions)
  • .github/workflows/azure.yml (github-actions)
  • .github/workflows/brakeman.yml (github-actions)
  • .github/workflows/checkmarx.yml (github-actions)
  • .github/workflows/clj-holmes.yml (github-actions)
  • .github/workflows/clj-watson.yml (github-actions)
  • .github/workflows/codacy.yml (github-actions)
  • .github/workflows/codeql.yml (github-actions)
  • .github/workflows/codescan.yml (github-actions)
  • .github/workflows/codescaner-analysis.yml (github-actions)
  • .github/workflows/crunch42.yml (github-actions)
  • .github/workflows/datadog-synthetics.yml (github-actions)
  • .github/workflows/deno.yml (github-actions)
  • .github/workflows/dependency-review.yml (github-actions)
  • .github/workflows/detekt.yml (github-actions)
  • .github/workflows/devops-starter-workflow.yml (github-actions)
  • .github/workflows/devskim.yml (github-actions)
  • .github/workflows/docker-image.yml (github-actions)
  • .github/workflows/docker-publish.yml (github-actions)
  • .github/workflows/eslint.yml (github-actions)
  • .github/workflows/fortify.yml (github-actions)
  • .github/workflows/google-cloudrun-docker.yml (github-actions)
  • .github/workflows/google-cloudrun-source.yml (github-actions)
  • .github/workflows/google.yml (github-actions)
  • .github/workflows/googleXs.yml (github-actions)
  • .github/workflows/hadolint.yml (github-actions)
  • .github/workflows/ibm.yml (github-actions)
  • .github/workflows/jekyll.yml (github-actions)
  • .github/workflows/kubesec.yml (github-actions)
  • .github/workflows/manual.yml (github-actions)
  • .github/workflows/mayhem-for-api.yml (github-actions)
  • .github/workflows/mobsf.yml (github-actions)
  • .github/workflows/neuralegion.yml (github-actions)
  • .github/workflows/njsscan.yml (github-actions)
  • .github/workflows/node.js.yml (github-actions)
  • .github/workflows/nowsecure.yml (github-actions)
  • .github/workflows/npm-grunt.yml (github-actions)
  • .github/workflows/npm-gulp.yml (github-actions)
  • .github/workflows/npm-publish-github-packages.yml (github-actions)
  • .github/workflows/npm-publish.yml (github-actions)
  • .github/workflows/openshift.yml (github-actions)
  • .github/workflows/ossar-analysis.yml (github-actions)
  • .github/workflows/ossar.yml (github-actions)
  • .github/workflows/pmd.yml (github-actions)
  • .github/workflows/powershell.yml (github-actions)
  • .github/workflows/python-app.yml (github-actions)
  • .github/workflows/rubocop.yml (github-actions)
  • .github/workflows/rust-clippy.yml (github-actions)
  • .github/workflows/scorecards.yml (github-actions)
  • .github/workflows/securitycodescan.yml (github-actions)
  • .github/workflows/semgrep.yml (github-actions)
  • .github/workflows/snyk-container.yml (github-actions)
  • .github/workflows/snyk-infrastructure.yml (github-actions)
  • .github/workflows/sobelow.yml (github-actions)
  • .github/workflows/sonarcloud.yml (github-actions)
  • .github/workflows/stackhawk.yml (github-actions)
  • .github/workflows/synopsys-io.yml (github-actions)
  • .github/workflows/sysdig-scan.yml (github-actions)
  • .github/workflows/tencent.yml (github-actions)
  • .github/workflows/terraform.yml (github-actions)
  • .github/workflows/tfsec.yml (github-actions)
  • .github/workflows/trivy.yml (github-actions)
  • .github/workflows/veracode.yml (github-actions)
  • .github/workflows/webpack.yml (github-actions)
  • .github/workflows/xanitizer.yml (github-actions)
  • package.json (npm)
  • requirements.txt (pip_requirements)

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.
  • Separate major versions of dependencies into individual branches/PRs.
  • Do not separate patch and minor upgrades into separate PRs for the same dependency.
  • Upgrade to unstable versions only if the existing version is unstable.
  • Raise PRs immediately (after branch is created).
  • Add the renovate/ prefix to all branch names.
  • Keep existing branches updated even when not scheduled.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Update existing lock files only when package.json is modified.
  • Limit to maximum 20 open PRs at any time.
  • Group known monorepo packages together.
  • Disable major updates to @types/node.
  • Automerge digest upgrades if they pass tests.
  • Automerge patch upgrades if they pass tests.
  • Pin all dependency versions except peerDependencies.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Enable Docker major updates.

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

fix(deps): update dependency next to v14 [security]
  • Branch name: renovate/npm-next-vulnerability
  • Merge into: master
  • Upgrade next to 14.1.1
fix(deps): pin dependency concurrently to 8.2.2
  • Schedule: ["at any time"]
  • Branch name: renovate/pin-dependencies
  • Merge into: master
  • Pin concurrently to 8.2.2
chore(deps): update 42crunch/api-security-audit-action digest to 8f3291a
  • Schedule: ["at any time"]
  • Branch name: renovate/42crunch-api-security-audit-action-digest
  • Merge into: master
  • Upgrade 42Crunch/api-security-audit-action to 8f3291aee67d774baf12330d1bfe86af2c861a06
chore(deps): update anchore/scan-action digest to d09e278
  • Schedule: ["at any time"]
  • Branch name: renovate/anchore-scan-action-digest
  • Merge into: master
  • Upgrade anchore/scan-action to d09e278f43e314a93efb4e6000ff0df6153e9333
chore(deps): update andstor/file-existence-action digest to 31a5027
  • Schedule: ["at any time"]
  • Branch name: renovate/andstor-file-existence-action-digest
  • Merge into: master
  • Upgrade andstor/file-existence-action to 31a502724c77ada11ba0b3442e34757182ccdbd3
chore(deps): update apisec-inc/apisec-run-scan digest to 8f66ce9
  • Schedule: ["at any time"]
  • Branch name: renovate/apisec-inc-apisec-run-scan-digest
  • Merge into: master
  • Upgrade apisec-inc/apisec-run-scan to 8f66ce948afb779712a1d57ecb0a528d7ded5a45
chore(deps): update aquasecurity/trivy-action digest to 7c2007b
  • Schedule: ["at any time"]
  • Branch name: renovate/aquasecurity-trivy-action-digest
  • Merge into: master
  • Upgrade aquasecurity/trivy-action to 7c2007bcb556501da015201bcba5aa14069b74e2
chore(deps): update checkmarx-ts/checkmarx-cxflow-github-action digest to 4f66c61
  • Schedule: ["at any time"]
  • Branch name: renovate/checkmarx-ts-checkmarx-cxflow-github-action-digest
  • Merge into: master
  • Upgrade checkmarx-ts/checkmarx-cxflow-github-action to 4f66c610b7514597ca12a7a89f9a9461fbfb7d6f
chore(deps): update codacy/codacy-analysis-cli-action digest to 740bfaa
  • Schedule: ["at any time"]
  • Branch name: renovate/codacy-codacy-analysis-cli-action-digest
  • Merge into: master
  • Upgrade codacy/codacy-analysis-cli-action to 740bfaa8ff39510e8b8049e711ac5c801d194199
chore(deps): update datadog/synthetics-ci-github-action digest to a93489f
  • Schedule: ["at any time"]
  • Branch name: renovate/datadog-synthetics-ci-github-action-digest
  • Merge into: master
  • Upgrade DataDog/synthetics-ci-github-action to a93489ff1545887486b4573078d2c5ca6af0d5d5
chore(deps): update docker/build-push-action digest to 31159d4
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-build-push-action-digest
  • Merge into: master
  • Upgrade docker/build-push-action to 31159d49c0d4756269a0940a750801a1ea5d7003
chore(deps): update docker/login-action digest to 0d4c9c5
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-login-action-digest
  • Merge into: master
  • Upgrade docker/login-action to 0d4c9c5ea7693da7b068278f7b52bda2a190a446
chore(deps): update docker/metadata-action digest to f7b4ed1
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-metadata-action-digest
  • Merge into: master
  • Upgrade docker/metadata-action to f7b4ed12385588c3f9bc252f0a2b520d83b52d48
chore(deps): update docker/setup-buildx-action digest to abe89fb
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-setup-buildx-action-digest
  • Merge into: master
  • Upgrade docker/setup-buildx-action to abe89fb761023d1d963c81f6b5e0df54236dc097
chore(deps): update forallsecure/mapi-action digest to c31b188
  • Schedule: ["at any time"]
  • Branch name: renovate/forallsecure-mapi-action-digest
  • Merge into: master
  • Upgrade ForAllSecure/mapi-action to c31b1886401e3db6ec5c7d7d0ffa4dd6716628cf
chore(deps): update fortify/gha-export-vulnerabilities digest to d2838d7
  • Schedule: ["at any time"]
  • Branch name: renovate/fortify-gha-export-vulnerabilities-digest
  • Merge into: master
  • Upgrade fortify/gha-export-vulnerabilities to d2838d7a21c0499504efe8f384573f51bea799e0
chore(deps): update fortify/gha-setup-fod-uploader digest to e633769
  • Schedule: ["at any time"]
  • Branch name: renovate/fortify-gha-setup-fod-uploader-digest
  • Merge into: master
  • Upgrade fortify/gha-setup-fod-uploader to e633769408318bd54b9ab2a7f62bf1f39d0df835
chore(deps): update fortify/gha-setup-scancentral-client digest to f4282a5
  • Schedule: ["at any time"]
  • Branch name: renovate/fortify-gha-setup-scancentral-client-digest
  • Merge into: master
  • Upgrade fortify/gha-setup-scancentral-client to f4282a5ec53f68d2cfb4d475e87a488240527d4f
chore(deps): update mobsf/mobsfscan digest to 849b749
  • Schedule: ["at any time"]
  • Branch name: renovate/mobsf-mobsfscan-digest
  • Merge into: master
  • Upgrade MobSF/mobsfscan to 849b749e7f3244c7b4f418ff858a9fa4e1406115
chore(deps): update neuralegion/run-scan digest to 5679a34
  • Schedule: ["at any time"]
  • Branch name: renovate/neuralegion-run-scan-digest
  • Merge into: master
  • Upgrade NeuraLegion/run-scan to 5679a34436d5aec3650609493882fe01439872b4
chore(deps): update nowsecure/nowsecure-action digest to 901b53b
  • Schedule: ["at any time"]
  • Branch name: renovate/nowsecure-nowsecure-action-digest
  • Merge into: master
  • Upgrade nowsecure/nowsecure-action to 901b53b55dfe9d9813e280078163629a04117269
chore(deps): update nuget/setup-nuget digest to 3b236b9
  • Schedule: ["at any time"]
  • Branch name: renovate/nuget-setup-nuget-digest
  • Merge into: master
  • Upgrade nuget/setup-nuget to 3b236b962f9449c2259702497597607fb4158e1f
chore(deps): update pmd/pmd-github-action digest to 9532c32
  • Schedule: ["at any time"]
  • Branch name: renovate/pmd-pmd-github-action-digest
  • Merge into: master
  • Upgrade pmd/pmd-github-action to 9532c32f311fc353784e87f2ef2e730ee0a6b603
chore(deps): update returntocorp/semgrep-action digest to 713efdd
  • Schedule: ["at any time"]
  • Branch name: renovate/returntocorp-semgrep-action-digest
  • Merge into: master
  • Upgrade returntocorp/semgrep-action to 713efdd345f3035192eaa63f56867b88e63e4e5d
chore(deps): update ruby/setup-ruby digest to 3783f19
  • Schedule: ["at any time"]
  • Branch name: renovate/ruby-setup-ruby-digest
  • Merge into: master
  • Upgrade ruby/setup-ruby to 3783f195e29b74ae398d7caca108814bbafde90e
chore(deps): update shivammathur/setup-php digest to 2e947f1
  • Schedule: ["at any time"]
  • Branch name: renovate/shivammathur-setup-php-digest
  • Merge into: master
  • Upgrade shivammathur/setup-php to 2e947f1f6932d141d076ca441d0e1e881775e95b
chore(deps): update sigstore/cosign-installer digest to b235ed9
  • Schedule: ["at any time"]
  • Branch name: renovate/sigstore-cosign-installer-digest
  • Merge into: master
  • Upgrade sigstore/cosign-installer to b235ed95bef2a3cf9f8641bc537bc22c7cb9a3a8
chore(deps): update snyk/actions digest to a1346e4
  • Schedule: ["at any time"]
  • Branch name: renovate/snyk-actions-digest
  • Merge into: master
  • Upgrade snyk/actions to a1346e4eaf761d462da22c34c681dc06849b6851
chore(deps): update sonarsource/sonarcloud-github-action digest to e44258b
  • Schedule: ["at any time"]
  • Branch name: renovate/sonarsource-sonarcloud-github-action-digest
  • Merge into: master
  • Upgrade SonarSource/sonarcloud-github-action to e44258b109568baa0df60ed515909fc6c72cba92
chore(deps): update stackhawk/hawkscan-action digest to c1e45bc
  • Schedule: ["at any time"]
  • Branch name: renovate/stackhawk-hawkscan-action-digest
  • Merge into: master
  • Upgrade stackhawk/hawkscan-action to c1e45bcbf45150d9bb7b3c173267fb92f0e651e5
chore(deps): update synopsys-sig/intelligent-security-scan digest to 667da39
  • Schedule: ["at any time"]
  • Branch name: renovate/synopsys-sig-intelligent-security-scan-digest
  • Merge into: master
  • Upgrade synopsys-sig/intelligent-security-scan to 667da3979ed7f1bed7342ade0e15f27b628e7eb7
chore(deps): update sysdiglabs/scan-action digest to 07d6420
  • Schedule: ["at any time"]
  • Branch name: renovate/sysdiglabs-scan-action-digest
  • Merge into: master
  • Upgrade sysdiglabs/scan-action to 07d642051a406b231ef7c90c6f8c5c6061825eda
chore(deps): update veracode/veracode-pipeline-scan-results-to-sarif digest to 6a1ca6e
  • Schedule: ["at any time"]
  • Branch name: renovate/veracode-veracode-pipeline-scan-results-to-sarif-digest
  • Merge into: master
  • Upgrade veracode/veracode-pipeline-scan-results-to-sarif to 6a1ca6ebb21c9ec0cfca69987bf320a936b0577d
chore(deps): update actions/upload-artifact action to v3.1.3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-upload-artifact-3.1.x
  • Merge into: master
  • Upgrade actions/upload-artifact to a8a3f3ad30e3422c9c7b888a15615d19a852ae32
chore(deps): update dependency numpy to v1.24.4
  • Schedule: ["at any time"]
  • Branch name: renovate/numpy-1.24.x
  • Merge into: master
  • Upgrade numpy to ==1.24.4
chore(deps): update github/codeql-action action to v2.20.4
  • Schedule: ["at any time"]
  • Branch name: renovate/github-codeql-action-2.20.x
  • Merge into: master
  • Upgrade github/codeql-action to 489225d82a57396c6f426a40e66d461b16b3461d
chore(deps): update microsoft/setup-msbuild action to v1.3.3
  • Schedule: ["at any time"]
  • Branch name: renovate/microsoft-setup-msbuild-1.3.x
  • Merge into: master
  • Upgrade microsoft/setup-msbuild to v1.3.3
fix(deps): update dependency @​types/node to v20.1.7
  • Schedule: ["at any time"]
  • Branch name: renovate/node-20.1.x
  • Merge into: master
  • Upgrade @types/node to 20.1.7
fix(deps): update dependency @​types/react to v18.2.79
  • Schedule: ["at any time"]
  • Branch name: renovate/react-18.2.x
  • Merge into: master
  • Upgrade @types/react to 18.2.79
fix(deps): update dependency @​types/react-dom to v18.2.25
  • Schedule: ["at any time"]
  • Branch name: renovate/react-dom-18.2.x
  • Merge into: master
  • Upgrade @types/react-dom to 18.2.25
fix(deps): update dependency autoprefixer to v10.4.19
  • Schedule: ["at any time"]
  • Branch name: renovate/patch-auto-monorepo
  • Merge into: master
  • Upgrade autoprefixer to 10.4.19
fix(deps): update dependency eslint-config-next to v13.4.19
  • Schedule: ["at any time"]
  • Branch name: renovate/patch-nextjs-monorepo
  • Merge into: master
  • Upgrade eslint-config-next to 13.4.19
fix(deps): update dependency postcss to v8.4.38
  • Schedule: ["at any time"]
  • Branch name: renovate/postcss-8.4.x
  • Merge into: master
  • Upgrade postcss to 8.4.38
fix(deps): update dependency tailwindcss to v3.3.7
  • Schedule: ["at any time"]
  • Branch name: renovate/tailwindcss-3.3.x
  • Merge into: master
  • Upgrade tailwindcss to 3.3.7
chore(deps): update actions/checkout action to v3.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-3.x
  • Merge into: master
  • Upgrade actions/checkout to f43a0e5ff2bd294095638e18286ca9a3d1956744
chore(deps): update actions/setup-java action to v3.13.0
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-java-3.x
  • Merge into: master
  • Upgrade actions/setup-java to v3.13.0
chore(deps): update actions/setup-python action to v4.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-python-4.x
  • Merge into: master
  • Upgrade actions/setup-python to v4.8.0
chore(deps): update azure/login action to v1.6.1
  • Schedule: ["at any time"]
  • Branch name: renovate/azure-login-1.x
  • Merge into: master
  • Upgrade azure/login to v1.6.1
chore(deps): update dependency numpy to v1.26.4
  • Schedule: ["at any time"]
  • Branch name: renovate/numpy-1.x
  • Merge into: master
  • Upgrade numpy to ==1.26.4
chore(deps): update github/codeql-action action to v2.25.10
  • Schedule: ["at any time"]
  • Branch name: renovate/github-codeql-action-2.x
  • Merge into: master
  • Upgrade github/codeql-action to a073c66b2accf653a511d88537804dcafa07812e
chore(deps): update ossf/scorecard-action action to v2.3.3
  • Schedule: ["at any time"]
  • Branch name: renovate/ossf-scorecard-action-2.x
  • Merge into: master
  • Upgrade ossf/scorecard-action to dc50aa9510b46c811795eb24b2f1ba02a914e534
fix(deps): update dependency @​types/react to v18.3.3
  • Schedule: ["at any time"]
  • Branch name: renovate/react-18.x
  • Merge into: master
  • Upgrade @types/react to 18.3.3
fix(deps): update dependency @​types/react-dom to v18.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/react-dom-18.x
  • Merge into: master
  • Upgrade @types/react-dom to 18.3.0
fix(deps): update dependency eslint to v8.57.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-monorepo
  • Merge into: master
  • Upgrade eslint to 8.57.0
fix(deps): update dependency eslint-config-next to v13.5.6
  • Schedule: ["at any time"]
  • Branch name: renovate/nextjs-monorepo
  • Merge into: master
  • Upgrade eslint-config-next to 13.5.6
fix(deps): update dependency tailwindcss to v3.4.4
  • Schedule: ["at any time"]
  • Branch name: renovate/tailwindcss-3.x
  • Merge into: master
  • Upgrade tailwindcss to 3.4.4
fix(deps): update dependency typescript to v5.5.2
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-5.x
  • Merge into: master
  • Upgrade typescript to 5.5.2
fix(deps): update react monorepo to v18.3.1 (minor)
  • Schedule: ["at any time"]
  • Branch name: renovate/react-monorepo
  • Merge into: master
  • Upgrade react to 18.3.1
  • Upgrade react-dom to 18.3.1
chore(deps): update actions/cache action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-cache-4.x
  • Merge into: master
  • 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: master
  • Upgrade actions/checkout to v4
  • Upgrade actions/checkout to 692973e3d937129bcbf40652eb9f2f61becf3332
chore(deps): update actions/dependency-review-action action to v4
chore(deps): update actions/download-artifact action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-download-artifact-4.x
  • Merge into: master
  • Upgrade actions/download-artifact 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: master
  • Upgrade actions/github-script to v7
chore(deps): update actions/setup-dotnet action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-dotnet-4.x
  • Merge into: master
  • Upgrade actions/setup-dotnet to v4
chore(deps): update actions/setup-java action to v4
chore(deps): update actions/setup-node action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-node-4.x
  • Merge into: master
  • Upgrade actions/setup-node to v4
chore(deps): update actions/setup-python action to v5
chore(deps): update actions/upload-artifact action to v4
chore(deps): update aws-actions/amazon-ecr-login action to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/aws-actions-amazon-ecr-login-2.x
  • Merge into: master
  • Upgrade aws-actions/amazon-ecr-login to v2
chore(deps): update aws-actions/configure-aws-credentials action to v4
chore(deps): update azure/arm-deploy action to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/azure-arm-deploy-2.x
  • Merge into: master
  • Upgrade azure/arm-deploy to v2
chore(deps): update azure/docker-login action to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/azure-docker-login-2.x
  • Merge into: master
  • Upgrade azure/docker-login to v2
chore(deps): update azure/login action to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/azure-login-2.x
  • Merge into: master
  • Upgrade azure/login to v2
  • Upgrade azure/login to v2.1.1
chore(deps): update azure/webapps-deploy action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/azure-webapps-deploy-3.x
  • Merge into: master
  • Upgrade azure/webapps-deploy to v3
chore(deps): update codecov/codecov-action action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/codecov-codecov-action-4.x
  • Merge into: master
  • Upgrade codecov/codecov-action to v4
chore(deps): update dependency numpy to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/numpy-2.x
  • Merge into: master
  • Upgrade numpy to ==2.0.0
chore(deps): update dependency ubuntu to v22
  • Schedule: ["at any time"]
  • Branch name: renovate/ubuntu-22.x
  • Merge into: master
  • Upgrade ubuntu to 22.04
chore(deps): update docker/build-push-action action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-build-push-action-6.x
  • Merge into: master
  • Upgrade docker/build-push-action to v6
chore(deps): update docker/login-action action to v3
chore(deps): update docker/setup-buildx-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-setup-buildx-action-3.x
  • Merge into: master
  • Upgrade docker/setup-buildx-action to v3
chore(deps): update github/codeql-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/github-codeql-action-3.x
  • Merge into: master
  • Upgrade github/codeql-action to v3
  • Upgrade github/codeql-action to 23acc5c183826b7a8a97bce3cecc52db901f8251
chore(deps): update google-github-actions/auth action to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/google-github-actions-auth-2.x
  • Merge into: master
  • Upgrade google-github-actions/auth to v2
chore(deps): update google-github-actions/deploy-cloudrun action to v2
chore(deps): update google-github-actions/get-gke-credentials action to v2
chore(deps): update google-github-actions/setup-gcloud action to v2
chore(deps): update hashicorp/setup-terraform action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/hashicorp-setup-terraform-3.x
  • Merge into: master
  • Upgrade hashicorp/setup-terraform to v3
chore(deps): update microsoft/setup-msbuild action to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/microsoft-setup-msbuild-2.x
  • Merge into: master
  • Upgrade microsoft/setup-msbuild to v2.0.0
chore(deps): update node.js to v20
  • Schedule: ["at any time"]
  • Branch name: renovate/node-20.x
  • Merge into: master
  • Upgrade node to 20.x
  • Upgrade @types/node to 20.14.9
fix(deps): update dependency eslint to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/major-eslint-monorepo
  • Merge into: master
  • Upgrade eslint to 9.5.0
fix(deps): update dependency eslint-config-next to v14
  • Schedule: ["at any time"]
  • Branch name: renovate/major-nextjs-monorepo
  • Merge into: master
  • Upgrade eslint-config-next to 14.2.4

❓ 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.

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

1 similar comment
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@classicvalues classicvalues merged commit 74f25b1 into master Jul 24, 2024
48 of 97 checks passed
@classicvalues classicvalues deleted the renovate/configure branch July 24, 2024 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant