photoshop-python-api icon indicating copy to clipboard operation
photoshop-python-api copied to clipboard

chore(deps): update dependency mkdocs-gen-files to ^0.4.0

Open renovate[bot] opened this issue 3 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocs-gen-files ^0.3.4 -> ^0.4.0 age adoption passing confidence

Release Notes

oprypin/mkdocs-gen-files

v0.4.0

Compare Source

  • Find scripts relative to mkdocs.yml, not current working directory - #​17

    So, scripts specified in the config (example below), will now work regardless of where mkdocs is run from.

    Running just mkdocs assumes mkdocs -f mkdocs.yml (current directory).

    But now you can also cd docs; mkdocs -f ../mkdocs.yml or any other combination.

    Example config, just as a reminder, no change here:

    plugins:
      - gen-files:
          scripts:
            - docs/gen_pages.py
    

v0.3.5

Compare Source

  • Fix behavior of set_edit_path when repo_url doesn't end with / - #​13

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.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

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

renovate[bot] avatar Aug 22 '22 21:08 renovate[bot]