Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Configure Renovate #3

Merged
merged 3 commits into from
Aug 11, 2023
Merged

Configure Renovate #3

merged 3 commits into from
Aug 11, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2023

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/auto_update_libs.yaml (github-actions)
  • .github/workflows/comment.yaml (github-actions)
  • .github/workflows/integration_test.yaml (github-actions)
  • .github/workflows/test.yaml (github-actions)
  • default_rock/requirements.txt (pip_requirements)
  • requirements.txt (pip_requirements)
  • test_rock/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.
  • 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.

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.


What to Expect

With your current configuration, Renovate will create 2 Pull Requests:

chore(deps): update dependency jsonschema to >=4.19,<4.20
  • Schedule: ["at any time"]
  • Branch name: renovate/jsonschema-4.x
  • Merge into: main
  • Upgrade jsonschema to >=4.19,<4.20
chore(deps): update dependency pydantic to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/pydantic-2.x
  • Merge into: main
  • Upgrade pydantic to >=2.1,<3

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

@renovate renovate bot requested a review from a team as a code owner April 17, 2023 09:19
@weiiwang01 weiiwang01 closed this Apr 20, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Apr 20, 2023

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.

@weiiwang01 weiiwang01 deleted the renovate/configure branch July 12, 2023 08:51
@arturo-seijas arturo-seijas restored the renovate/configure branch August 10, 2023 15:23
@arturo-seijas arturo-seijas reopened this Aug 10, 2023
@github-actions
Copy link
Contributor

Test coverage for 50fd3b1

Name                    Stmts   Miss Branch BrPart  Cover   Missing
-------------------------------------------------------------------
src/charm.py               96     17     12      4    81%   48-50, 85->exit, 99, 117-119, 135-137, 162-165, 211-212, 214-215
src/charm_state.py         93      1     10      1    98%   28
src/charm_types.py          8      0      0      0   100%
src/constants.py            6      0      0      0   100%
src/databases.py           51     15     17      2    69%   65-82, 124, 139-140
src/exceptions.py           8      1      0      0    88%   40
src/flask_app.py           21      0     12      1    97%   48->50
src/observability.py       12      0      0      0   100%
src/secret_storage.py      35      1      6      2    93%   45->exit, 74
src/webserver.py           70      4     12      1    94%   127-133, 151
-------------------------------------------------------------------
TOTAL                     400     39     69     11    88%

Static code analysis report

Run started:2023-08-11 13:42:10.609954

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 2034
  Total lines skipped (#nosec): 1
  Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0

Run metrics:
  Total issues (by severity):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
  Total issues (by confidence):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
Files skipped (0):

@arturo-seijas arturo-seijas merged commit 96d7471 into main Aug 11, 2023
25 checks passed
@arturo-seijas arturo-seijas deleted the renovate/configure branch August 11, 2023 14:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants