Configure Renovate #1

Merged
cswimr merged 2 commits from renovate/configure into master 2024-12-27 23:15:34 -05:00
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

  • docker-compose.dev.yml (docker-compose)
  • docker-compose.yml (docker-compose)
  • Dockerfile (dockerfile)
  • .forgejo/workflows/build.yml (github-actions)
  • 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
  • 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 (except for nuget) 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.
  • Pin Docker digests.
  • Pin github-action digests.
  • Enable Renovate configuration migration PRs when needed.
  • Pin dependency versions for devDependencies.

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

Pin dependencies
  • Schedule: ["at any time"]
  • Branch name: renovate/pin-dependencies
  • Merge into: master
  • Upgrade actions/checkout to f43a0e5ff2bd294095638e18286ca9a3d1956744
  • Upgrade catthehacker/ubuntu to sha256:89367f3c5437699c6b43fa941041725bcc77682a46f2bbe6557541e384d9cedb
  • Upgrade python to sha256:63094abdaf49e046da9f6529ecd6ce4d853d9bfbf00a25c52bbbb68b3223b490
  • Upgrade www.coastalcommits.com/galacticfactory/downloader to sha256:2673c78e77f01573897d9e2dbc8aa4af7a28f09895c69b9afb78ac7801080574
Update dependency Jinja2 to v3.1.5
  • Schedule: ["at any time"]
  • Branch name: renovate/jinja2-3.x
  • Merge into: master
  • Upgrade Jinja2 to ==3.1.5
Update dependency aiosignal to v1.3.2
  • Schedule: ["at any time"]
  • Branch name: renovate/aiosignal-1.x
  • Merge into: master
  • Upgrade aiosignal to ==1.3.2
Update dependency click to v8.1.8
  • Schedule: ["at any time"]
  • Branch name: renovate/click-8.x
  • Merge into: master
  • Upgrade click to ==8.1.8
Update dependency waitress to v3.0.2
  • Schedule: ["at any time"]
  • Branch name: renovate/waitress-3.x
  • Merge into: master
  • Upgrade waitress to ==3.0.2
Update dependency Flask to v3.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/flask-3.x
  • Merge into: master
  • Upgrade Flask to ==3.1.0
Update dependency Werkzeug to v3.1.3
  • Schedule: ["at any time"]
  • Branch name: renovate/werkzeug-3.x
  • Merge into: master
  • Upgrade Werkzeug to ==3.1.3
Update dependency aiohappyeyeballs to v2.4.4
  • Schedule: ["at any time"]
  • Branch name: renovate/aiohappyeyeballs-2.x
  • Merge into: master
  • Upgrade aiohappyeyeballs to ==2.4.4
Update dependency aiohttp to v3.11.11
  • Schedule: ["at any time"]
  • Branch name: renovate/aiohttp-3.x
  • Merge into: master
  • Upgrade aiohttp to ==3.11.11
Update dependency blinker to v1.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/blinker-1.x
  • Merge into: master
  • Upgrade blinker to ==1.9.0
Update dependency frozenlist to v1.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/frozenlist-1.x
  • Merge into: master
  • Upgrade frozenlist to ==1.5.0
Update dependency idna to v3.10
  • Schedule: ["at any time"]
  • Branch name: renovate/idna-3.x
  • Merge into: master
  • Upgrade idna to ==3.10
Update dependency multidict to v6.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/multidict-6.x
  • Merge into: master
  • Upgrade multidict to ==6.1.0
Update dependency yarl to v1.18.3
  • Schedule: ["at any time"]
  • Branch name: renovate/yarl-1.x
  • Merge into: master
  • Upgrade yarl to ==1.18.3
Update python Docker tag to v3.13.1
  • Schedule: ["at any time"]
  • Branch name: renovate/python-3.x
  • Merge into: master
  • Upgrade python to sha256:657dbdb20479a6523b46c06114c8fec7db448232f956a429d3cc0606d30c1b59
Update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: master
  • Upgrade actions/checkout to 11bd71901bbe5b1630ceea73d27597364c9af683
Update dependency MarkupSafe to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/markupsafe-3.x
  • Merge into: master
  • Upgrade MarkupSafe to ==3.0.2
Update dependency attrs to v24
  • Schedule: ["at any time"]
  • Branch name: renovate/attrs-24.x
  • Merge into: master
  • Upgrade attrs to ==24.3.0

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


⚠️ Warning

Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR.

  • Failed to look up github-tags package actions/docker-login
  • Failed to look up github-tags package actions/docker-build-push

Files affected: .forgejo/workflows/build.yml


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 * `docker-compose.dev.yml` (docker-compose) * `docker-compose.yml` (docker-compose) * `Dockerfile` (dockerfile) * `.forgejo/workflows/build.yml` (github-actions) * `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 - 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 (except for nuget) 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. - Pin Docker digests. - Pin `github-action` digests. - Enable Renovate configuration migration PRs when needed. - Pin dependency versions for `devDependencies`. 🔡 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 18 Pull Requests: <details> <summary>Pin dependencies</summary> - Schedule: ["at any time"] - Branch name: `renovate/pin-dependencies` - Merge into: `master` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `f43a0e5ff2bd294095638e18286ca9a3d1956744` - Upgrade catthehacker/ubuntu to `sha256:89367f3c5437699c6b43fa941041725bcc77682a46f2bbe6557541e384d9cedb` - Upgrade python to `sha256:63094abdaf49e046da9f6529ecd6ce4d853d9bfbf00a25c52bbbb68b3223b490` - Upgrade www.coastalcommits.com/galacticfactory/downloader to `sha256:2673c78e77f01573897d9e2dbc8aa4af7a28f09895c69b9afb78ac7801080574` </details> <details> <summary>Update dependency Jinja2 to v3.1.5</summary> - Schedule: ["at any time"] - Branch name: `renovate/jinja2-3.x` - Merge into: `master` - Upgrade [Jinja2](https://github.com/pallets/jinja) to `==3.1.5` </details> <details> <summary>Update dependency aiosignal to v1.3.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/aiosignal-1.x` - Merge into: `master` - Upgrade [aiosignal](https://github.com/aio-libs/aiosignal) to `==1.3.2` </details> <details> <summary>Update dependency click to v8.1.8</summary> - Schedule: ["at any time"] - Branch name: `renovate/click-8.x` - Merge into: `master` - Upgrade [click](https://github.com/pallets/click) to `==8.1.8` </details> <details> <summary>Update dependency waitress to v3.0.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/waitress-3.x` - Merge into: `master` - Upgrade [waitress](https://github.com/Pylons/waitress) to `==3.0.2` </details> <details> <summary>Update dependency Flask to v3.1.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/flask-3.x` - Merge into: `master` - Upgrade [Flask](https://github.com/pallets/flask) to `==3.1.0` </details> <details> <summary>Update dependency Werkzeug to v3.1.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/werkzeug-3.x` - Merge into: `master` - Upgrade Werkzeug to `==3.1.3` </details> <details> <summary>Update dependency aiohappyeyeballs to v2.4.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/aiohappyeyeballs-2.x` - Merge into: `master` - Upgrade [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs) to `==2.4.4` </details> <details> <summary>Update dependency aiohttp to v3.11.11</summary> - Schedule: ["at any time"] - Branch name: `renovate/aiohttp-3.x` - Merge into: `master` - Upgrade [aiohttp](https://github.com/aio-libs/aiohttp) to `==3.11.11` </details> <details> <summary>Update dependency blinker to v1.9.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/blinker-1.x` - Merge into: `master` - Upgrade [blinker](https://github.com/pallets-eco/blinker) to `==1.9.0` </details> <details> <summary>Update dependency frozenlist to v1.5.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/frozenlist-1.x` - Merge into: `master` - Upgrade [frozenlist](https://github.com/aio-libs/frozenlist) to `==1.5.0` </details> <details> <summary>Update dependency idna to v3.10</summary> - Schedule: ["at any time"] - Branch name: `renovate/idna-3.x` - Merge into: `master` - Upgrade [idna](https://github.com/kjd/idna) to `==3.10` </details> <details> <summary>Update dependency multidict to v6.1.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/multidict-6.x` - Merge into: `master` - Upgrade [multidict](https://github.com/aio-libs/multidict) to `==6.1.0` </details> <details> <summary>Update dependency yarl to v1.18.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/yarl-1.x` - Merge into: `master` - Upgrade [yarl](https://github.com/aio-libs/yarl) to `==1.18.3` </details> <details> <summary>Update python Docker tag to v3.13.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/python-3.x` - Merge into: `master` - Upgrade python to `sha256:657dbdb20479a6523b46c06114c8fec7db448232f956a429d3cc0606d30c1b59` </details> <details> <summary>Update actions/checkout action to v4</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-4.x` - Merge into: `master` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `11bd71901bbe5b1630ceea73d27597364c9af683` </details> <details> <summary>Update dependency MarkupSafe to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/markupsafe-3.x` - Merge into: `master` - Upgrade [MarkupSafe](https://github.com/pallets/markupsafe) to `==3.0.2` </details> <details> <summary>Update dependency attrs to v24</summary> - Schedule: ["at any time"] - Branch name: `renovate/attrs-24.x` - Merge into: `master` - Upgrade [attrs](https://github.com/python-attrs/attrs) to `==24.3.0` </details> 🚸 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. --- > > ⚠️ **Warning** > > Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR. > > - `Failed to look up github-tags package actions/docker-login` > - `Failed to look up github-tags package actions/docker-build-push` > > Files affected: `.forgejo/workflows/build.yml` --- ❓ 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:da08744ed78376d9b26e0d0e71adc5e9c16901860bce15a6fad8bd3ed9f2038e-->
Renovate added 1 commit 2024-12-27 23:10:58 -05:00
cswimr added 1 commit 2024-12-27 23:15:19 -05:00
cswimr merged commit 5d304027b7 into master 2024-12-27 23:15:34 -05:00
cswimr deleted branch renovate/configure 2024-12-27 23:15:34 -05:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
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: GalacticFactory/Downloader#1
No description provided.