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

Update dependency ruff to v0.1.7 #412

Merged
merged 1 commit into from
Dec 6, 2023
Merged

Update dependency ruff to v0.1.7 #412

merged 1 commit into from
Dec 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ruff (source, changelog) ==0.1.6 -> ==0.1.7 age adoption passing confidence

Release Notes

astral-sh/ruff (ruff)

v0.1.7

Compare Source

Preview features
  • Implement multiline dictionary and list hugging for preview style (#​8293)
  • Implement the fix_power_op_line_length preview style (#​8947)
  • Use Python version to determine typing rewrite safety (#​8919)
  • [flake8-annotations] Enable auto-return-type involving Optional and Union annotations (#​8885)
  • [flake8-bandit] Implement django-raw-sql (S611) (#​8651)
  • [flake8-bandit] Implement tarfile-unsafe-members (S202) (#​8829)
  • [flake8-pyi] Implement fix for unnecessary-literal-union (PYI030) (#​7934)
  • [flake8-simplify] Extend dict-get-with-none-default (SIM910) to non-literals (#​8762)
  • [pylint] - add unnecessary-list-index-lookup (PLR1736) + autofix (#​7999)
  • [pylint] - implement R0202 and R0203 with autofixes (#​8335)
  • [pylint] Implement repeated-keyword (PLe1132) (#​8706)
  • [pylint] Implement too-many-positional (PLR0917) (#​8995)
  • [pylint] Implement unnecessary-dict-index-lookup (PLR1733) (#​8036)
  • [refurb] Implement redundant-log-base (FURB163) (#​8842)
Rule changes
  • [flake8-boolean-trap] Allow booleans in @override methods (#​8882)
  • [flake8-bugbear] Avoid B015,B018 for last expression in a cell (#​8815)
  • [flake8-pie] Allow ellipses for enum values in stub files (#​8825)
  • [flake8-pyi] Check PEP 695 type aliases for snake-case-type-alias and t-suffixed-type-alias (#​8966)
  • [flake8-pyi] Check for kwarg and vararg NoReturn type annotations (#​8948)
  • [flake8-simplify] Omit select context managers from SIM117 (#​8801)
  • [pep8-naming] Allow Django model loads in non-lowercase-variable-in-function (N806) (#​8917)
  • [pycodestyle] Avoid E703 for last expression in a cell (#​8821)
  • [pycodestyle] Update E402 to work at cell level for notebooks (#​8872)
  • [pydocstyle] Avoid D100 for Jupyter Notebooks (#​8816)
  • [pylint] Implement fix for unspecified-encoding (PLW1514) (#​8928)
Formatter
  • Avoid unstable formatting in ellipsis-only body with trailing comment (#​8984)
  • Inline trailing comments for type alias similar to assignments (#​8941)
  • Insert trailing comma when function breaks with single argument (#​8921)
CLI
  • Update ruff check and ruff format to default to the current directory (#​8791)
  • Stop at the first resolved parent configuration (#​8864)
Configuration
  • [pylint] Default max-positional-args to max-args (#​8998)
  • [pylint] Add allow-dunder-method-names setting for bad-dunder-method-name (PLW3201) (#​8812)
  • [isort] Add support for from-first setting (#​8663)
  • [isort] Add support for length-sort settings (#​8841)
Bug fixes
  • Add support for @functools.singledispatch (#​8934)
  • Avoid off-by-one error in stripping noqa following multi-byte char (#​8979)
  • Avoid off-by-one error in with-item named expressions (#​8915)
  • Avoid syntax error via invalid ur string prefix (#​8971)
  • Avoid underflow in get_model matching (#​8965)
  • Avoid unnecessary index diagnostics when value is modified (#​8970)
  • Convert over-indentation rule to use number of characters (#​8983)
  • Detect implicit returns in auto-return-types (#​8952)
  • Fix start >= end error in over-indentation (#​8982)
  • Ignore @overload and @override methods for too-many-arguments checks (#​8954)
  • Lexer start of line is false only for Mode::Expression (#​8880)
  • Mark pydantic_settings.BaseSettings as having default copy semantics (#​8793)
  • Respect dictionary unpacking in NamedTuple assignments (#​8810)
  • Respect local subclasses in flake8-type-checking (#​8768)
  • Support type alias statements in simple statement positions (#​8916)
  • [flake8-annotations] Avoid filtering out un-representable types in return annotation (#​8881)
  • [flake8-pie] Retain extra ellipses in protocols and abstract methods (#​8769)
  • [flake8-pyi] Respect local enum subclasses in simple-defaults (PYI052) (#​8767)
  • [flake8-trio] Use correct range for TRIO115 fix (#​8933)
  • [flake8-trio] Use full arguments range for zero-sleep-call (#​8936)
  • [isort] fix: mark __main__ as first-party import (#​8805)
  • [pep8-naming] Avoid N806 errors for type alias statements (#​8785)
  • [perflint] Avoid PERF101 if there's an append in loop body (#​8809)
  • [pycodestyle] Allow space-before-colon after end-of-slice (#​8838)
  • [pydocstyle] Avoid non-character breaks in over-indentation (D208) (#​8866)
  • [pydocstyle] Ignore underlines when determining docstring logical lines (#​8929)
  • [pylint] Extend self-assigning-variable to multi-target assignments (#​8839)
  • [tryceratops] Avoid repeated triggers in nested tryceratops diagnostics (#​8772)
Documentation
  • Add advice for fixing RUF008 when mutability is not desired (#​8853)
  • Added the command to run ruff using pkgx to the installation.md (#​8955)
  • Document fix safety for flake8-comprehensions and some pyupgrade rules (#​8918)
  • Fix doc formatting for zero-sleep-call (#​8937)
  • Remove duplicate imports from os-stat documentation (#​8930)
  • Replace generated reference to MkDocs (#​8806)
  • Update Arch Linux package URL in installation.md (#​8802)
  • [flake8-pyi] Fix error in t-suffixed-type-alias (PYI043) example (#​8963)
  • [flake8-pyi] Improve motivation for custom-type-var-return-type (PYI019) (#​8766)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) December 6, 2023 16:17
@renovate renovate bot merged commit c834d85 into main Dec 6, 2023
@renovate renovate bot deleted the renovate/ruff-0.x branch December 6, 2023 18:26
sp3nx0r referenced this pull request in sp3nx0r/homelab Dec 24, 2023
)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [allenporter/flux-local](https://togithub.com/allenporter/flux-local)
| action | major | `3.2.0` -> `4.2.1` |

---

### Release Notes

<details>
<summary>allenporter/flux-local (allenporter/flux-local)</summary>

###
[`v4.2.1`](https://togithub.com/allenporter/flux-local/releases/tag/4.2.1)

[Compare
Source](https://togithub.com/allenporter/flux-local/compare/4.2.0...4.2.1)

#### What's Changed

Version `4.2.0` contains a bug in the diff action that caused it to
never emit a diff, which is fixed in this release.

- Update pages workflow to new versions by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/460](https://togithub.com/allenporter/flux-local/pull/460)
- fix: change running user to 1001 by
[@&#8203;onedr0p](https://togithub.com/onedr0p) in
[https://github.com/allenporter/flux-local/pull/461](https://togithub.com/allenporter/flux-local/pull/461)
- Initial design ideas for flux-local v5 by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/463](https://togithub.com/allenporter/flux-local/pull/463)
- Upgrade to pydantic v2 APIs by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/464](https://togithub.com/allenporter/flux-local/pull/464)
- Build with python 3.12 by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/465](https://togithub.com/allenporter/flux-local/pull/465)
- Fix broken diff action output by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/468](https://togithub.com/allenporter/flux-local/pull/468)

#### Developer updates

- chore(deps): update dependency coverage to v7.3.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/469](https://togithub.com/allenporter/flux-local/pull/469)
- chore(deps): update dependency pydantic to v2.5.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/470](https://togithub.com/allenporter/flux-local/pull/470)

**Full Changelog**:
allenporter/flux-local@4.2.0...4.2.1

###
[`v4.2.0`](https://togithub.com/allenporter/flux-local/releases/tag/4.2.0)

[Compare
Source](https://togithub.com/allenporter/flux-local/compare/4.1.1...4.2.0)

#### What's Changed

- feat: add container build and workflows by
[@&#8203;onedr0p](https://togithub.com/onedr0p) in
[https://github.com/allenporter/flux-local/pull/452](https://togithub.com/allenporter/flux-local/pull/452)
- fix: update logic in container test to build on main by
[@&#8203;onedr0p](https://togithub.com/onedr0p) in
[https://github.com/allenporter/flux-local/pull/453](https://togithub.com/allenporter/flux-local/pull/453)
- fix: change CMD to ENTRYPOINT in Dockerfile by
[@&#8203;onedr0p](https://togithub.com/onedr0p) in
[https://github.com/allenporter/flux-local/pull/454](https://togithub.com/allenporter/flux-local/pull/454)
- Streamline devcontainer by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/456](https://togithub.com/allenporter/flux-local/pull/456)
- Add --output-file flag to get cluster action by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/457](https://togithub.com/allenporter/flux-local/pull/457)
- Add --output-file for build and diff and use in action by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/459](https://togithub.com/allenporter/flux-local/pull/459)

#### New Contributors

- [@&#8203;onedr0p](https://togithub.com/onedr0p) made their first
contribution in
[https://github.com/allenporter/flux-local/pull/452](https://togithub.com/allenporter/flux-local/pull/452)

**Full Changelog**:
allenporter/flux-local@4.1.1...4.2.0

###
[`v4.1.1`](https://togithub.com/allenporter/flux-local/releases/tag/4.1.1)

[Compare
Source](https://togithub.com/allenporter/flux-local/compare/4.1.0...4.1.1)

#### What's Changed

- Remove complexity from multi-cluster diff by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/447](https://togithub.com/allenporter/flux-local/pull/447)
- Improve timeout error message by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/448](https://togithub.com/allenporter/flux-local/pull/448)
- Update stale helm pydoc by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/449](https://togithub.com/allenporter/flux-local/pull/449)
- Cleanup visitor namespace related logic by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/450](https://togithub.com/allenporter/flux-local/pull/450)
- Fix bug in actions by setting cache dependency paths based on action
by [@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/451](https://togithub.com/allenporter/flux-local/pull/451)

**Full Changelog**:
allenporter/flux-local@4.1.0...4.1.1

###
[`v4.1.0`](https://togithub.com/allenporter/flux-local/releases/tag/4.1.0)

[Compare
Source](https://togithub.com/allenporter/flux-local/compare/4.0.0...4.1.0)

#### What's Changed

- Enable caching of package dependencies by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/442](https://togithub.com/allenporter/flux-local/pull/442)
- Fix formatting by running black on code by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/444](https://togithub.com/allenporter/flux-local/pull/444)
- Add container images from Kustomziations to the cluster manifest by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/443](https://togithub.com/allenporter/flux-local/pull/443)
- Add HelmRelease images to cluster manifest by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/445](https://togithub.com/allenporter/flux-local/pull/445)

#### Developer dependency updates

- Revert "Update actions/upload-pages-artifact action to v3" by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/438](https://togithub.com/allenporter/flux-local/pull/438)
- Revert "Update actions/deploy-pages action to v4" by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/439](https://togithub.com/allenporter/flux-local/pull/439)

**Full Changelog**:
allenporter/flux-local@4.0.0...4.1.0

###
[`v4.0.0`](https://togithub.com/allenporter/flux-local/releases/tag/4.0.0)

[Compare
Source](https://togithub.com/allenporter/flux-local/compare/3.2.0...4.0.0)

#### What's Changed

##### Native flux build

The primary change in this release is to move to use `flux build`
internally. This means that the `flux` CLI is now required to be present
in the environment, similar to how `kustomize` is already required. See
documentation for the [Github
Action](https://togithub.com/allenporter/flux-local?tab=readme-ov-file#github-action)
for details on how to setup the CLI environment.
[https://github.com/allenporter/flux-local/pull/392](https://togithub.com/allenporter/flux-local/pull/392)

To simplify internals, multiple clusters in the same path are no longer
supported. You can still use a multi-cluster repo if you specify
`--path` to one of the clusters. This should be a no-op for most users
of the github action since likely you already were setting a path
argument.

##### Diagnostics

You can now discover malormed or unexpected yaml files with `flux-local
diagnostics`
[https://github.com/allenporter/flux-local/pull/401](https://togithub.com/allenporter/flux-local/pull/401):

    ### flux-local diagnostics
    [DIAGNOSTICS OK]

##### Performance

With the move to `flux build`, we've been able to reduce some
unnecessary `kustomize` calls, improving internal caching, and
parallelize some of the cluster commands. Speed has been improved by 2x
even for smaller clusters with only a handful of kustomizations.
[https://github.com/allenporter/flux-local/pull/435](https://togithub.com/allenporter/flux-local/pull/435)

#### Change Log

- Add flux dependency in development environment by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/391](https://togithub.com/allenporter/flux-local/pull/391)
- Migrate tests to syrup by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/393](https://togithub.com/allenporter/flux-local/pull/393)
- Add tests that trace the full command stack of building the manifest
by [@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/394](https://togithub.com/allenporter/flux-local/pull/394)
- Increase coverage for cluster3 by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/395](https://togithub.com/allenporter/flux-local/pull/395)
- Improve test coverage for cluster3 cases by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/396](https://togithub.com/allenporter/flux-local/pull/396)
- Improve test coverage for internals of git repo manifest builders by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/397](https://togithub.com/allenporter/flux-local/pull/397)
- Remove support for multiple clusters in a single path by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/398](https://togithub.com/allenporter/flux-local/pull/398)
- Skip unnecessary kustomize cfg step when scanning the cluster by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/399](https://togithub.com/allenporter/flux-local/pull/399)
- Add a `diagnostics` command to find yaml files that kustomize does no…
by [@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/401](https://togithub.com/allenporter/flux-local/pull/401)
- Renovate Dockerfile and versions by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/422](https://togithub.com/allenporter/flux-local/pull/422)
- Use `flux build ks` when building Kustomizations by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/392](https://togithub.com/allenporter/flux-local/pull/392)
- Update documentation examples to include flux cli by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/424](https://togithub.com/allenporter/flux-local/pull/424)
- Improve error messages for shell commands by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/425](https://togithub.com/allenporter/flux-local/pull/425)
- Fix support for Kustomizations with absolute paths by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/426](https://togithub.com/allenporter/flux-local/pull/426)
- Improve logging/tracing and track performance counters by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/427](https://togithub.com/allenporter/flux-local/pull/427)
- Improve kustomization traversal performance by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[https://github.com/allenporter/flux-local/pull/435](https://togithub.com/allenporter/flux-local/pull/435)

#### Developer dependency updates

- Update dependency pydantic to v2.5.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/400](https://togithub.com/allenporter/flux-local/pull/400)
- Update dependency mypy to v1.7.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/402](https://togithub.com/allenporter/flux-local/pull/402)
- Update dependency wheel to v0.42.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/404](https://togithub.com/allenporter/flux-local/pull/404)
- Update pypa/gh-action-pypi-publish action to v1.8.11 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/405](https://togithub.com/allenporter/flux-local/pull/405)
- Update ubuntu Docker tag to jammy-20231128 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/406](https://togithub.com/allenporter/flux-local/pull/406)
- Update dependency pytest-asyncio to v0.23.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/410](https://togithub.com/allenporter/flux-local/pull/410)
- Update dependency ruff to v0.1.7 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/412](https://togithub.com/allenporter/flux-local/pull/412)
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.7 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/413](https://togithub.com/allenporter/flux-local/pull/413)
- Update actions/setup-python action to v5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/411](https://togithub.com/allenporter/flux-local/pull/411)
- Update actions/deploy-pages action to v3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/409](https://togithub.com/allenporter/flux-local/pull/409)
- Update actions/configure-pages action to v4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/408](https://togithub.com/allenporter/flux-local/pull/408)
- Update dependency pre-commit to v3.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/414](https://togithub.com/allenporter/flux-local/pull/414)
- Update dependency typing-extensions to v4.9.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/415](https://togithub.com/allenporter/flux-local/pull/415)
- Update dependency black to v23.12.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/416](https://togithub.com/allenporter/flux-local/pull/416)
- Update pre-commit hook psf/black to v23.12.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/417](https://togithub.com/allenporter/flux-local/pull/417)
- Update dependency ruff to v0.1.8 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/418](https://togithub.com/allenporter/flux-local/pull/418)
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.8 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/419](https://togithub.com/allenporter/flux-local/pull/419)
- Update dependency coverage to v7.3.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/420](https://togithub.com/allenporter/flux-local/pull/420)
- Update dependency pdoc to v14.2.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/421](https://togithub.com/allenporter/flux-local/pull/421)
- Update dependency pip to v23.3.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/428](https://togithub.com/allenporter/flux-local/pull/428)
- Update dependency fluxcd/flux2 to v2.2.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/429](https://togithub.com/allenporter/flux-local/pull/429)
- Update dependency helm/helm to v3.13.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/432](https://togithub.com/allenporter/flux-local/pull/432)
- Update dependency kyverno/kyverno to v1.11.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/433](https://togithub.com/allenporter/flux-local/pull/433)
- Update actions/deploy-pages action to v4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/430](https://togithub.com/allenporter/flux-local/pull/430)
- Update actions/upload-pages-artifact action to v3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/allenporter/flux-local/pull/431](https://togithub.com/allenporter/flux-local/pull/431)
-

**Full Changelog**:
allenporter/flux-local@3.2.0...4.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on saturday" (UTC), 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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/sp3nx0r/homelab).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants