chore: Configure Renovate #1

Merged
realaravinth merged 1 commit from renovate/configure into master 2024-06-02 19:23:40 +05:30
Member

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

  • Dockerfile (dockerfile)
  • requirements.txt (pip_requirements)
  • .woodpecker.yml (woodpecker)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • 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.
  • Enable Renovate Dependency Dashboard creation.

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

chore(deps): update dependency charset-normalizer to v3.3.2
  • Schedule: ["at any time"]
  • Branch name: renovate/charset-normalizer-3.x
  • Merge into: master
  • Upgrade charset-normalizer to ==3.3.2
chore(deps): update dependency flask to v3.0.3
  • Schedule: ["at any time"]
  • Branch name: renovate/flask-3.x
  • Merge into: master
  • Upgrade Flask to ==3.0.3
chore(deps): update dependency flask-cors to v4.0.1
  • Schedule: ["at any time"]
  • Branch name: renovate/flask-cors-4.x
  • Merge into: master
  • Upgrade Flask-Cors to ==4.0.1
chore(deps): update dependency jinja2 to v3.1.4
  • Schedule: ["at any time"]
  • Branch name: renovate/jinja2-3.x
  • Merge into: master
  • Upgrade Jinja2 to ==3.1.4
chore(deps): update dependency markupsafe to v2.1.5
  • Schedule: ["at any time"]
  • Branch name: renovate/markupsafe-2.x
  • Merge into: master
  • Upgrade MarkupSafe to ==2.1.5
chore(deps): update dependency werkzeug to v3.0.3
  • Schedule: ["at any time"]
  • Branch name: renovate/werkzeug-3.x
  • Merge into: master
  • Upgrade Werkzeug to ==3.0.3
chore(deps): update dependency attrs to v23.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/attrs-23.x
  • Merge into: master
  • Upgrade attrs to ==23.2.0
chore(deps): update dependency blinker to v1.8.2
  • Schedule: ["at any time"]
  • Branch name: renovate/blinker-1.x
  • Merge into: master
  • Upgrade blinker to ==1.8.2
chore(deps): update dependency certifi to v2023.11.17
  • Schedule: ["at any time"]
  • Branch name: renovate/certifi-2023.x
  • Merge into: master
  • Upgrade certifi to ==2023.11.17
chore(deps): update dependency idna to v3.7
  • Schedule: ["at any time"]
  • Branch name: renovate/idna-3.x
  • Merge into: master
  • Upgrade idna to ==3.7
chore(deps): update dependency itsdangerous to v2.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/itsdangerous-2.x
  • Merge into: master
  • Upgrade itsdangerous to ==2.2.0
chore(deps): update dependency jsonschema to v4.22.0
  • Schedule: ["at any time"]
  • Branch name: renovate/jsonschema-4.x
  • Merge into: master
  • Upgrade jsonschema to ==4.22.0
chore(deps): update dependency jsonschema-specifications to v2023.12.1
  • Schedule: ["at any time"]
  • Branch name: renovate/jsonschema-specifications-2023.x
  • Merge into: master
  • Upgrade jsonschema-specifications to ==2023.12.1
chore(deps): update dependency parse to v1.20.1
  • Schedule: ["at any time"]
  • Branch name: renovate/parse-1.x
  • Merge into: master
  • Upgrade parse to ==1.20.1
chore(deps): update dependency referencing to v0.35.1
  • Schedule: ["at any time"]
  • Branch name: renovate/referencing-0.x
  • Merge into: master
  • Upgrade referencing to ==0.35.1
chore(deps): update dependency requests to v2.32.3
  • Schedule: ["at any time"]
  • Branch name: renovate/requests-2.x
  • Merge into: master
  • Upgrade requests to ==2.32.3
chore(deps): update dependency rpds-py to v0.18.1
  • Schedule: ["at any time"]
  • Branch name: renovate/rpds-py-0.x
  • Merge into: master
  • Upgrade rpds-py to ==0.18.1
chore(deps): update dependency urllib3 to v2.2.1
  • Schedule: ["at any time"]
  • Branch name: renovate/urllib3-2.x
  • Merge into: master
  • Upgrade urllib3 to ==2.2.1
chore(deps): update dependency certifi to v2024
  • Schedule: ["at any time"]
  • Branch name: renovate/certifi-2024.x
  • Merge into: master
  • Upgrade certifi to ==2024.6.2

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 Renovate Bot.

Welcome to [Renovate](https://github.com/renovatebot/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 * `Dockerfile` (dockerfile) * `requirements.txt` (pip_requirements) * `.woodpecker.yml` (woodpecker) ### Configuration Summary Based on the default config's presets, Renovate will: - Start dependency updates only once this onboarding PR is merged - 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. - Enable Renovate Dependency Dashboard creation. 🔡 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 19 Pull Requests: <details> <summary>chore(deps): update dependency charset-normalizer to v3.3.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/charset-normalizer-3.x` - Merge into: `master` - Upgrade [charset-normalizer](https://github.com/Ousret/charset_normalizer) to `==3.3.2` </details> <details> <summary>chore(deps): update dependency flask to v3.0.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/flask-3.x` - Merge into: `master` - Upgrade [Flask](https://github.com/pallets/flask) to `==3.0.3` </details> <details> <summary>chore(deps): update dependency flask-cors to v4.0.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/flask-cors-4.x` - Merge into: `master` - Upgrade [Flask-Cors](https://github.com/corydolphin/flask-cors) to `==4.0.1` </details> <details> <summary>chore(deps): update dependency jinja2 to v3.1.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/jinja2-3.x` - Merge into: `master` - Upgrade [Jinja2](https://github.com/pallets/jinja) to `==3.1.4` </details> <details> <summary>chore(deps): update dependency markupsafe to v2.1.5</summary> - Schedule: ["at any time"] - Branch name: `renovate/markupsafe-2.x` - Merge into: `master` - Upgrade MarkupSafe to `==2.1.5` </details> <details> <summary>chore(deps): update dependency werkzeug to v3.0.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/werkzeug-3.x` - Merge into: `master` - Upgrade Werkzeug to `==3.0.3` </details> <details> <summary>chore(deps): update dependency attrs to v23.2.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/attrs-23.x` - Merge into: `master` - Upgrade [attrs](https://github.com/python-attrs/attrs) to `==23.2.0` </details> <details> <summary>chore(deps): update dependency blinker to v1.8.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/blinker-1.x` - Merge into: `master` - Upgrade [blinker](https://github.com/pallets-eco/blinker) to `==1.8.2` </details> <details> <summary>chore(deps): update dependency certifi to v2023.11.17</summary> - Schedule: ["at any time"] - Branch name: `renovate/certifi-2023.x` - Merge into: `master` - Upgrade [certifi](https://github.com/certifi/python-certifi) to `==2023.11.17` </details> <details> <summary>chore(deps): update dependency idna to v3.7</summary> - Schedule: ["at any time"] - Branch name: `renovate/idna-3.x` - Merge into: `master` - Upgrade [idna](https://github.com/kjd/idna) to `==3.7` </details> <details> <summary>chore(deps): update dependency itsdangerous to v2.2.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/itsdangerous-2.x` - Merge into: `master` - Upgrade [itsdangerous](https://github.com/pallets/itsdangerous) to `==2.2.0` </details> <details> <summary>chore(deps): update dependency jsonschema to v4.22.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/jsonschema-4.x` - Merge into: `master` - Upgrade [jsonschema](https://github.com/python-jsonschema/jsonschema) to `==4.22.0` </details> <details> <summary>chore(deps): update dependency jsonschema-specifications to v2023.12.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/jsonschema-specifications-2023.x` - Merge into: `master` - Upgrade [jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications) to `==2023.12.1` </details> <details> <summary>chore(deps): update dependency parse to v1.20.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/parse-1.x` - Merge into: `master` - Upgrade [parse](https://github.com/r1chardj0n3s/parse) to `==1.20.1` </details> <details> <summary>chore(deps): update dependency referencing to v0.35.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/referencing-0.x` - Merge into: `master` - Upgrade [referencing](https://github.com/python-jsonschema/referencing) to `==0.35.1` </details> <details> <summary>chore(deps): update dependency requests to v2.32.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/requests-2.x` - Merge into: `master` - Upgrade [requests](https://github.com/psf/requests) to `==2.32.3` </details> <details> <summary>chore(deps): update dependency rpds-py to v0.18.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/rpds-py-0.x` - Merge into: `master` - Upgrade [rpds-py](https://github.com/crate-py/rpds) to `==0.18.1` </details> <details> <summary>chore(deps): update dependency urllib3 to v2.2.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/urllib3-2.x` - Merge into: `master` - Upgrade [urllib3](https://github.com/urllib3/urllib3) to `==2.2.1` </details> <details> <summary>chore(deps): update dependency certifi to v2024</summary> - Schedule: ["at any time"] - Branch name: `renovate/certifi-2024.x` - Merge into: `master` - Upgrade [certifi](https://github.com/certifi/python-certifi) to `==2024.6.2` </details> --- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-config-hash:388f0426bb11a51b7bc01c1d8659c05ffc5d272c9b8aa8a8bdffc0dd2574fce7-->
renovate-bot force-pushed renovate/configure from a284b893b4 to 4e9e53e407 2024-06-02 19:15:21 +05:30 Compare
realaravinth merged commit d0ddd1597b into master 2024-06-02 19:23:40 +05:30
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ForgeFlux/ap-test#1
No description provided.