TL;DR If you use the PWA (most/all mobile users), after upgrading, uninstall your PWA and install the new one. If you're accessing Mealie through a regular web browser and have not installed the PWA, please disregard!
The PWA has been overhauled to meet more modern standards. The old PWA configuration was constrained heavily by the old Nuxt 2 framework, and had several odd quirks and simply didn't work in a lot of instances. The new PWA implementation works much better and should be compatible with all devices which support PWAs (including both iPhone and Android devices).
A consequence of this is that the way the app is identified internally has changed, so existing PWA installs won't recognize that there has been an update to the application. In order to continue using the PWA, once you update Mealie, remove/uninstall your old PWA and re-install it.
🎉 Highlights
New Settings Layout. No more clicking on "settings" when you're looking for the data management page and remembering that it's,
Major performance improvements to the recipe overview page, making it several times more snappy.
Lots of quality of life improvements, including many bugfixes.
Upgrades to the PWA for mobile devices (see more above).
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/mealie-recipes/mealie](https://github.com/mealie-recipes/mealie) | minor | `v3.1.1` -> `v3.2.0` |
---
### Release Notes
<details>
<summary>mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)</summary>
### [`v3.2.0`](https://github.com/mealie-recipes/mealie/releases/tag/v3.2.0)
[Compare Source](https://github.com/mealie-recipes/mealie/compare/v3.1.2...v3.2.0)
### 🍴🍴🍴🍴🍴🍴
#### ❗❗❗Important Notice for PWA (Mobile) Users
**TL;DR If you use the PWA (most/all mobile users), after upgrading, uninstall your PWA and install the new one. If you're accessing Mealie through a regular web browser and have not installed the PWA, please disregard!**
The PWA has been overhauled to meet more modern standards. The old PWA configuration was constrained heavily by the old Nuxt 2 framework, and had several odd quirks and simply didn't work in a lot of instances. The new PWA implementation works much better and should be compatible with all devices which support PWAs (including both iPhone and Android devices).
A consequence of this is that the way the app is identified internally has changed, so existing PWA installs won't recognize that there has been an update to the application. In order to continue using the PWA, once you update Mealie, *remove/uninstall* your old PWA and re-install it.
#### 🎉 Highlights
- New Settings Layout. No more clicking on "settings" when you're looking for the data management page and remembering that it's,
- Major performance improvements to the recipe overview page, making it several times more snappy.
- Lots of quality of life improvements, including many bugfixes.
- Upgrades to the PWA for mobile devices (see more above).
#### ✨ New features
- feat: group recipe ingredients by section titles [@​felixschndr](https://github.com/felixschndr) ([#​5864](https://github.com/mealie-recipes/mealie/issues/5864))
- feat: consolidate settings gui [@​Kuchenpirat](https://github.com/Kuchenpirat) ([#​6043](https://github.com/mealie-recipes/mealie/issues/6043))
- feat: Add option to switch sqlite to WAL [@​t0xicCode](https://github.com/t0xicCode) ([#​6050](https://github.com/mealie-recipes/mealie/issues/6050))
- feat: Improve first time setup ux [@​p0lycarpio](https://github.com/p0lycarpio) ([#​6106](https://github.com/mealie-recipes/mealie/issues/6106))
#### 🐛 Bug fixes
- fix: Make String Cleaner More Robust [@​michael-genson](https://github.com/michael-genson) ([#​6032](https://github.com/mealie-recipes/mealie/issues/6032))
- fix: Handle missing OIDC groups claim [@​t0xicCode](https://github.com/t0xicCode) ([#​6054](https://github.com/mealie-recipes/mealie/issues/6054))
- fix: import from Paprika not importing some images [@​brokeh](https://github.com/brokeh) ([#​5911](https://github.com/mealie-recipes/mealie/issues/5911))
- fix: re-ordering of cookbooks [@​RichardVanLeeuwen](https://github.com/RichardVanLeeuwen) ([#​5975](https://github.com/mealie-recipes/mealie/issues/5975))
- fix: Fix RecipeLastMade dialog date picker being off by a day [@​lehnerpat](https://github.com/lehnerpat) ([#​6079](https://github.com/mealie-recipes/mealie/issues/6079))
- fix: Fix PWA [@​michael-genson](https://github.com/michael-genson) ([#​6090](https://github.com/mealie-recipes/mealie/issues/6090))
- fix: Make Frontend Respect TOKEN\_TIME [@​michael-genson](https://github.com/michael-genson) ([#​6089](https://github.com/mealie-recipes/mealie/issues/6089))
- fix: Incorrect Usage of $vuetify.display [@​michael-genson](https://github.com/michael-genson) ([#​6066](https://github.com/mealie-recipes/mealie/issues/6066))
- fix: set touchless on AppSidebar [@​p0lycarpio](https://github.com/p0lycarpio) ([#​6092](https://github.com/mealie-recipes/mealie/issues/6092))
- fix: Shopping list top buttons layout (margin and row wrapping) [@​lehnerpat](https://github.com/lehnerpat) ([#​6091](https://github.com/mealie-recipes/mealie/issues/6091))
- fix: Optimize Recipe Favorites/Ratings [@​michael-genson](https://github.com/michael-genson) ([#​6075](https://github.com/mealie-recipes/mealie/issues/6075))
- fix: Optimize Recipe Context Menu [@​michael-genson](https://github.com/michael-genson) ([#​6071](https://github.com/mealie-recipes/mealie/issues/6071))
- fix: Cookbooks page padding [@​p0lycarpio](https://github.com/p0lycarpio) ([#​6097](https://github.com/mealie-recipes/mealie/issues/6097))
- fix: Context Menu Dialogs Not Working [@​michael-genson](https://github.com/michael-genson) ([#​6108](https://github.com/mealie-recipes/mealie/issues/6108))
- fix: Missing Locale Dates [@​michael-genson](https://github.com/michael-genson) ([#​6116](https://github.com/mealie-recipes/mealie/issues/6116))
- fix: Don't open the sidebar drawer by default on medium screens [@​noxhirsch](https://github.com/noxhirsch) ([#​6107](https://github.com/mealie-recipes/mealie/issues/6107))
- fix: Upgrade Vuetify, fix Dev Dependencies, and fix Migration Tree View [@​michael-genson](https://github.com/michael-genson) ([#​6127](https://github.com/mealie-recipes/mealie/issues/6127))
- fix: Refactor and Optimize Explore Page Search [@​michael-genson](https://github.com/michael-genson) ([#​6070](https://github.com/mealie-recipes/mealie/issues/6070))
- fix: add `breaks` option to markdown rendering, to get old linebreak behaviour [@​fleshgolem](https://github.com/fleshgolem) ([#​6156](https://github.com/mealie-recipes/mealie/issues/6156))
- fix: Can't Edit Timeline Events [@​michael-genson](https://github.com/michael-genson) ([#​6160](https://github.com/mealie-recipes/mealie/issues/6160))
- fix: Ingredient Parser Drops Units Sometimes [@​michael-genson](https://github.com/michael-genson) ([#​6150](https://github.com/mealie-recipes/mealie/issues/6150))
#### 🧰 Maintenance
<details>
<summary>21 changes</summary>
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​6034](https://github.com/mealie-recipes/mealie/issues/6034))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​6049](https://github.com/mealie-recipes/mealie/issues/6049))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​6058](https://github.com/mealie-recipes/mealie/issues/6058))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​6063](https://github.com/mealie-recipes/mealie/issues/6063))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​6067](https://github.com/mealie-recipes/mealie/issues/6067))
- chore: automatic locale sync [@​github-actions](https://github.com/github-actions) ([#​6069](https://github.com/mealie-recipes/mealie/issues/6069))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​6073](https://github.com/mealie-recipes/mealie/issues/6073))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​6076](https://github.com/mealie-recipes/mealie/issues/6076))
- chore(auto): Update pre-commit hooks [@​github-actions](https://github.com/github-actions) ([#​6077](https://github.com/mealie-recipes/mealie/issues/6077))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​6080](https://github.com/mealie-recipes/mealie/issues/6080))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​6088](https://github.com/mealie-recipes/mealie/issues/6088))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​6093](https://github.com/mealie-recipes/mealie/issues/6093))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​6100](https://github.com/mealie-recipes/mealie/issues/6100))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​6105](https://github.com/mealie-recipes/mealie/issues/6105))
- chore: automatic locale sync [@​github-actions](https://github.com/github-actions) ([#​6117](https://github.com/mealie-recipes/mealie/issues/6117))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​6113](https://github.com/mealie-recipes/mealie/issues/6113))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​6123](https://github.com/mealie-recipes/mealie/issues/6123))
- chore(auto): Update pre-commit hooks [@​github-actions](https://github.com/github-actions) ([#​6125](https://github.com/mealie-recipes/mealie/issues/6125))
- chore: Update GitHub Configs [@​michael-genson](https://github.com/michael-genson) ([#​6135](https://github.com/mealie-recipes/mealie/issues/6135))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​6139](https://github.com/mealie-recipes/mealie/issues/6139))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​6143](https://github.com/mealie-recipes/mealie/issues/6143))
</details>
#### 📚 Documentation
- docs(auto): Update image tag, for release v3.1.2 [@​github-actions](https://github.com/github-actions) ([#​6037](https://github.com/mealie-recipes/mealie/issues/6037))
- docs: Fix list formatting on 'Features' docs page [@​lehnerpat](https://github.com/lehnerpat) ([#​6082](https://github.com/mealie-recipes/mealie/issues/6082))
- docs: Fix install grammar [@​Solrac8080](https://github.com/Solrac8080) ([#​6118](https://github.com/mealie-recipes/mealie/issues/6118))
- docs: link to GitHub Release Notes [@​TheMerinoWolf](https://github.com/TheMerinoWolf) ([#​6122](https://github.com/mealie-recipes/mealie/issues/6122))
- docs: fix typo starting-dev-server.md [@​HelgeKrueger](https://github.com/HelgeKrueger) ([#​6142](https://github.com/mealie-recipes/mealie/issues/6142))
#### 🔨 Internal development
- dev: list availlable frontend updates on renovate dependency dashboard [@​Kuchenpirat](https://github.com/Kuchenpirat) ([#​6130](https://github.com/mealie-recipes/mealie/issues/6130))
#### ⬆️ Dependency updates
<details>
<summary>28 changes</summary>
- fix(deps): update dependency lxml to v6.0.1 [@​renovate](https://github.com/renovate) ([#​6011](https://github.com/mealie-recipes/mealie/issues/6011))
- fix(deps): update dependency openai to v1.102.0 [@​renovate](https://github.com/renovate) ([#​6042](https://github.com/mealie-recipes/mealie/issues/6042))
- fix(deps): update dependency orjson to v3.11.3 [@​renovate](https://github.com/renovate) ([#​6041](https://github.com/mealie-recipes/mealie/issues/6041))
- fix(deps): update dependency typing-extensions to v4.15.0 [@​renovate](https://github.com/renovate) ([#​6035](https://github.com/mealie-recipes/mealie/issues/6035))
- fix(deps): update dependency beautifulsoup4 to v4.13.5 [@​renovate](https://github.com/renovate) ([#​6026](https://github.com/mealie-recipes/mealie/issues/6026))
- fix(deps): update dependency rapidfuzz to v3.14.0 [@​renovate](https://github.com/renovate) ([#​6044](https://github.com/mealie-recipes/mealie/issues/6044))
- chore(deps): update dependency coverage to v7.10.5 [@​renovate](https://github.com/renovate) ([#​6021](https://github.com/mealie-recipes/mealie/issues/6021))
- fix(deps): update dependency authlib to v1.6.3 [@​renovate](https://github.com/renovate) ([#​6018](https://github.com/mealie-recipes/mealie/issues/6018))
- fix(deps): update dependency alembic to v1.16.5 [@​renovate](https://github.com/renovate) ([#​6048](https://github.com/mealie-recipes/mealie/issues/6048))
- chore(deps): update dependency ruff to v0.12.11 [@​renovate](https://github.com/renovate) ([#​6056](https://github.com/mealie-recipes/mealie/issues/6056))
- chore(deps): update dependency coverage to v7.10.6 [@​renovate](https://github.com/renovate) ([#​6062](https://github.com/mealie-recipes/mealie/issues/6062))
- fix(deps): update dependency openai to v1.103.0 [@​renovate](https://github.com/renovate) ([#​6083](https://github.com/mealie-recipes/mealie/issues/6083))
- fix(deps): update dependency openai to v1.104.2 [@​renovate](https://github.com/renovate) ([#​6086](https://github.com/mealie-recipes/mealie/issues/6086))
- chore(deps): update node.js to [`bfee10f`](https://github.com/mealie-recipes/mealie/commit/bfee10f) [@​renovate](https://github.com/renovate) ([#​6095](https://github.com/mealie-recipes/mealie/issues/6095))
- chore(deps): update node.js to [`d22c0ce`](https://github.com/mealie-recipes/mealie/commit/d22c0ce) [@​renovate](https://github.com/renovate) ([#​6096](https://github.com/mealie-recipes/mealie/issues/6096))
- fix(deps): update dependency openai to v1.105.0 [@​renovate](https://github.com/renovate) ([#​6094](https://github.com/mealie-recipes/mealie/issues/6094))
- fix(deps): update dependency openai to v1.106.0 [@​renovate](https://github.com/renovate) ([#​6099](https://github.com/mealie-recipes/mealie/issues/6099))
- chore(deps): update dependency pytest to v8.4.2 [@​renovate](https://github.com/renovate) ([#​6101](https://github.com/mealie-recipes/mealie/issues/6101))
- chore(deps): update dependency ruff to v0.12.12 [@​renovate](https://github.com/renovate) ([#​6102](https://github.com/mealie-recipes/mealie/issues/6102))
- fix(deps): update dependency openai to v1.106.1 [@​renovate](https://github.com/renovate) ([#​6103](https://github.com/mealie-recipes/mealie/issues/6103))
- chore(deps): update dependency mkdocs-material to v9.6.19 [@​renovate](https://github.com/renovate) ([#​6121](https://github.com/mealie-recipes/mealie/issues/6121))
- chore(config): migrate renovate config [@​renovate](https://github.com/renovate) ([#​6134](https://github.com/mealie-recipes/mealie/issues/6134))
- fix(deps): update dependency rapidfuzz to v3.14.1 [@​renovate](https://github.com/renovate) ([#​6137](https://github.com/mealie-recipes/mealie/issues/6137))
- fix(deps): update dependency vite to v6.2.7 \[security] [@​renovate](https://github.com/renovate) ([#​6132](https://github.com/mealie-recipes/mealie/issues/6132))
- chore(deps): update node.js to [`f3e50c7`](https://github.com/mealie-recipes/mealie/commit/f3e50c7) [@​renovate](https://github.com/renovate) ([#​6136](https://github.com/mealie-recipes/mealie/issues/6136))
- fix(deps): update dependency openai to v1.107.0 [@​renovate](https://github.com/renovate) ([#​6129](https://github.com/mealie-recipes/mealie/issues/6129))
- fix(deps): update dependency next-auth to \~4.24.0 \[security] [@​renovate](https://github.com/renovate) ([#​6133](https://github.com/mealie-recipes/mealie/issues/6133))
- fix(deps): update dependency axios to v1.12.0 \[security] [@​renovate](https://github.com/renovate) ([#​6158](https://github.com/mealie-recipes/mealie/issues/6158))
</details>
#### 🙏 New Contributors
- [@​t0xicCode](https://github.com/t0xicCode) made their first contribution in [#​6054](https://github.com/mealie-recipes/mealie/pull/6054)
- [@​brokeh](https://github.com/brokeh) made their first contribution in [#​5911](https://github.com/mealie-recipes/mealie/pull/5911)
- [@​Solrac8080](https://github.com/Solrac8080) made their first contribution in [#​6118](https://github.com/mealie-recipes/mealie/pull/6118)
- [@​TheMerinoWolf](https://github.com/TheMerinoWolf) made their first contribution in [#​6122](https://github.com/mealie-recipes/mealie/pull/6122)
- [@​noxhirsch](https://github.com/noxhirsch) made their first contribution in [#​6107](https://github.com/mealie-recipes/mealie/pull/6107)
- [@​HelgeKrueger](https://github.com/HelgeKrueger) made their first contribution in [#​6142](https://github.com/mealie-recipes/mealie/pull/6142)
### 🍴🍴🍴🍴🍴🍴
### [`v3.1.2`](https://github.com/mealie-recipes/mealie/releases/tag/v3.1.2): - Everything is a Food now v3
[Compare Source](https://github.com/mealie-recipes/mealie/compare/v3.1.1...v3.1.2)
### 🍴🍴🍴🍴🍴🍴
Patch release to fix a few bugs found in v3.1.
#### ✨ New features
- feat: Allow env\_nested config with \_\_ [@​eMerzh](https://github.com/eMerzh) ([#​5616](https://github.com/mealie-recipes/mealie/issues/5616))
#### 🐛 Bug fixes
- fix: theme dark/light are swapped [@​DrDonoso](https://github.com/DrDonoso) ([#​6001](https://github.com/mealie-recipes/mealie/issues/6001))
- fix: Remove Temperature from OpenAI Integration [@​michael-genson](https://github.com/michael-genson) ([#​6023](https://github.com/mealie-recipes/mealie/issues/6023))
- fix: Simplify AutoForm and fix select [@​michael-genson](https://github.com/michael-genson) ([#​6022](https://github.com/mealie-recipes/mealie/issues/6022))
- fix: Light Mode Using Dark Mode Background Color [@​michael-genson](https://github.com/michael-genson) ([#​6014](https://github.com/mealie-recipes/mealie/issues/6014))
- fix: Can't add first shopping list item to shopping list [@​michael-genson](https://github.com/michael-genson) ([#​6013](https://github.com/mealie-recipes/mealie/issues/6013))
- fix: Remove Frontend Timeout [@​michael-genson](https://github.com/michael-genson) ([#​6033](https://github.com/mealie-recipes/mealie/issues/6033))
#### 🧰 Maintenance
<details>
<summary>7 changes</summary>
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​5995](https://github.com/mealie-recipes/mealie/issues/5995))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​5999](https://github.com/mealie-recipes/mealie/issues/5999))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​6006](https://github.com/mealie-recipes/mealie/issues/6006))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​6009](https://github.com/mealie-recipes/mealie/issues/6009))
- chore: automatic locale sync [@​github-actions](https://github.com/github-actions) ([#​6024](https://github.com/mealie-recipes/mealie/issues/6024))
- chore(auto): Update pre-commit hooks [@​github-actions](https://github.com/github-actions) ([#​6029](https://github.com/mealie-recipes/mealie/issues/6029))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​6017](https://github.com/mealie-recipes/mealie/issues/6017))
</details>
#### 📚 Documentation
- docs(auto): Update image tag, for release v3.1.1 [@​github-actions](https://github.com/github-actions) ([#​5994](https://github.com/mealie-recipes/mealie/issues/5994))
#### ⬆️ Dependency updates
- fix(deps): update dependency openai to v1.101.0 [@​renovate](https://github.com/renovate) ([#​6005](https://github.com/mealie-recipes/mealie/issues/6005))
- chore(deps): update dependency ruff to v0.12.10 [@​renovate](https://github.com/renovate) ([#​6004](https://github.com/mealie-recipes/mealie/issues/6004))
- chore(deps): update dependency mkdocs-material to v9.6.18 [@​renovate](https://github.com/renovate) ([#​6008](https://github.com/mealie-recipes/mealie/issues/6008))
#### 🙏 New Contributors
- [@​eMerzh](https://github.com/eMerzh) made their first contribution in [#​5616](https://github.com/mealie-recipes/mealie/pull/5616)
- [@​DrDonoso](https://github.com/DrDonoso) made their first contribution in [#​6001](https://github.com/mealie-recipes/mealie/pull/6001)
### 🍴🍴🍴🍴🍴🍴
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44My4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTEzLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate-bot
changed title from Update ghcr.io/mealie-recipes/mealie Docker tag to v3.1.2 to Update ghcr.io/mealie-recipes/mealie Docker tag to v3.2.02025-09-14 00:01:46 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v3.1.1->v3.2.0Release Notes
mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)
v3.2.0Compare Source
🍴🍴🍴🍴🍴🍴
❗❗❗Important Notice for PWA (Mobile) Users
TL;DR If you use the PWA (most/all mobile users), after upgrading, uninstall your PWA and install the new one. If you're accessing Mealie through a regular web browser and have not installed the PWA, please disregard!
The PWA has been overhauled to meet more modern standards. The old PWA configuration was constrained heavily by the old Nuxt 2 framework, and had several odd quirks and simply didn't work in a lot of instances. The new PWA implementation works much better and should be compatible with all devices which support PWAs (including both iPhone and Android devices).
A consequence of this is that the way the app is identified internally has changed, so existing PWA installs won't recognize that there has been an update to the application. In order to continue using the PWA, once you update Mealie, remove/uninstall your old PWA and re-install it.
🎉 Highlights
✨ New features
🐛 Bug fixes
breaksoption to markdown rendering, to get old linebreak behaviour @fleshgolem (#6156)🧰 Maintenance
21 changes
📚 Documentation
🔨 Internal development
⬆️ Dependency updates
28 changes
bfee10f@renovate (#6095)d22c0ce@renovate (#6096)f3e50c7@renovate (#6136)🙏 New Contributors
🍴🍴🍴🍴🍴🍴
v3.1.2: - Everything is a Food now v3Compare Source
🍴🍴🍴🍴🍴🍴
Patch release to fix a few bugs found in v3.1.
✨ New features
🐛 Bug fixes
🧰 Maintenance
7 changes
📚 Documentation
⬆️ Dependency updates
🙏 New Contributors
🍴🍴🍴🍴🍴🍴
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
ba5c669a1bto88e197230fUpdate ghcr.io/mealie-recipes/mealie Docker tag to v3.1.2to Update ghcr.io/mealie-recipes/mealie Docker tag to v3.2.0