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 twpayne/chezmoi to v2.58.0 #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2023

This PR contains the following updates:

Package Update Change
twpayne/chezmoi minor 2.29.4 -> 2.58.0

Release Notes

twpayne/chezmoi (twpayne/chezmoi)

v2.58.0

Compare Source

Changelog

Features
  • 621379b feat: Add --git-lfs option to init command
  • 82e5c67 feat: Add builtin mode for gopass
  • 21ef186 feat: Improve placeholders in password prompts
  • 48e23ff feat: Show all contributors in README.md
Fixes
  • 940cc30 fix: Fix doctor command when --config is specified
  • fc8c20f fix: Correct nested groups for keepassxc builtin mode
  • dda2816 fix: Suppress gitleaks logspam
Documentation updates
  • 6c4431e docs: Tidy up formatting as suggested by markdownlint

v2.57.0

Compare Source

Changelog

Features
  • de8efad feat: Add chezmoi:template:format-indent template directive
  • 8f6fea6 feat: Implement builtin mode for keepassxc
  • 0a0d607 feat: Add script hooks that use configured interpreters
Documentation updates
  • d1cdcd2 docs: Add links to articles

v2.56.0

Compare Source

Changelog

Features
  • 3558b71 feat: Use textconv with external diff commands
  • 4cb1123 feat: Add interactive config variable
  • bddbf7f feat: Add initial policy on LLM-generated contributions
  • dac078f feat: Warn about future removal of insecure hashes
  • fa4e390 feat: Add .chezmoi.destDir template variable
Fixes
  • 57ee74a fix: Replace Expand-Archive with System.IO.Compression.ZipFile
  • e038aad fix: More reliable arch detection in install.ps1
  • 23de447 fix: YAML parsing error by escaping | in title
Documentation updates
  • 058a3c0 docs: Add link to article
  • 3739b0b docs: Describe how to use tools installed with Flatpak
  • ab1b31c docs: Add link to blog

v2.55.0

Compare Source

Changelog

Features
  • 5f5e106 feat: Add multiple URL support for externals
  • 01eef45 feat: Warn if the user is using the Helix editor with chezmoi edit
  • 4c4bfe9 feat: Support file:// URLs in externals
Fixes
  • 9ce3b0b fix: Fix error when choice variables are set in flags and config file
Documentation updates

v2.54.0

Compare Source

Changelog

Features
  • 6916263 feat: Add --path-style=all option to managed command
  • 5bc19ae feat: Inform user when to use get.chezmoi.io/lb
Fixes
  • 5d568f2 fix: Perform post-run actions on error
Documentation updates
  • 0837305 docs: Add link to article
  • ba12f36 docs: Add github.com/andre-kotake/nvim-chezmoi to related software
  • 8bfb59f docs: Remove extra 'o' from chezmoi external reference
  • a3193a8 docs: Move command line flags links closer to commands

v2.53.1

Compare Source

Changelog

Fixes
  • c6f5787 fix: Fix panic in commands that do not use persistent state
Documentation updates
  • f514a7e docs: Add note that .chezmoiexternal files can be ignored

v2.53.0

Compare Source

Changelog

Features
  • 9be622a feat: Extend squote template func to handle more types
  • fe2dba7 feat: Extend quote and quoteList template funcs to handle more types
  • 35148c7 feat: Add common --parent-dirs/-P flag
Fixes
  • 75e1a52 fix: Persist results of calls to GitHub API
  • a8dda78 fix: Fix completion for 'archive --format'
  • 3fd20e9 fix: Fix includeTemplate template func search path in init
  • 5b73a4d fix: Accept only supported values to 'unmanaged --path-style'
  • 264f34f fix: Fix incorrect config template change warnings
  • 8ba1988 fix: Fix panic when --keep-going is set
  • 2d0fa36 fix: Fix panic when running chattr on externals
  • d28823d fix: Use builtin age when encryption is unset
Documentation updates
  • 554ff27 docs: Replace common flags descriptions with snippets
  • b8610d4 docs: Fill reference title page
  • 2a41aeb docs: Update "how scripts work" section
  • 6e9281d docs: Update shell completions section
  • 947e88e docs: Improvements for command flags description
  • 56729ce docs: Automatically check that all flags are documented
  • 0fb4392 docs: Split "Special file and directories"
  • efb3a14 docs: Split docs for commands into sections
  • e0c314f docs: Split docs into sections for age, secret and state
  • 23777d0 docs: Improve description for command arguments
  • 5b1dbb5 docs: Add example for running script on macOS update
  • 4cae323 docs: Add notes where to place 'encryption' setting

v2.52.4

Compare Source

Changelog

Documentation updates
  • 092dc65 docs: Add link to blogpost

v2.52.3

Compare Source

Changelog

Features
  • be16b73 feat: Set GOMAXPROCS based on available resources
Fixes
  • 5644141 fix: Improve phonetic pronunciation of chezmoi
Documentation updates
  • 7ed5c1d docs: Add link to article
  • 222aef8 docs: Improve developer documentation
  • 34f415c docs: Use uv for managing Python and dependencies
  • 895055a docs: Add link to blog
  • f84b8e5 docs: Add note on reporting viruses or trojans on Windows
  • 1fc8195 docs: Add note about website build dependencies
  • 353264c docs: Add sequence diagram for chezmoi init
  • dbde967 docs: Add daily usage entry on editing files

v2.52.2

Compare Source

Changelog

Features
  • 7aee332 feat: Support YubiKeys in KeePassXC open mode
Documentation updates
  • f67e048 docs: Add home page section on getting help
  • ea8d95d docs: Add Stack Overflow to social media links
  • 37eab81 docs: Add FAQ entry on using delta as the diff tool
  • fdb2065 docs: Add FAQ entry on running scripts periodically
  • a3de4a8 docs: Add FAQ entry on running a script when a git-repo external changes
  • b56a600 docs: Add FAQ entry on literal {{ and }} in templates
  • d414e0f docs: Add warning on using externals for large files or archives
  • d9f4717 docs: Add how to use VSCode as the diff and merge tool
  • 2a64e42 docs: Make features and portability more prominent on home page
  • 3a17101 docs: Add links to articles
  • 0355a62 docs: Add link to blog
  • 1ac3014 docs: Add github.com/b3nj5m1n/xdg-ninja to related software

v2.52.1

Compare Source

Changelog

Features
  • ca0d133 feat: Add github.com/johan-weitner/chezmoi-ui to related software
Fixes
  • cba7e40 fix: Set User-Agent header to chezmoi.io/version on all HTTP requests
Documentation updates
  • 8e40c43 docs: Add link to video
  • 4843d55 docs: Add links to two articles

v2.52.0

Compare Source

Changelog

Features
  • 48f873b feat: Add gitHubRelease and gitHubReleaseAssetURL template functions
Fixes
  • 28ebfec fix: Ignore permission changes in re-add command on Windows
  • 73893c1 fix: Don't modify ciphertext in edit command if plaintext did not change
Documentation updates
  • d5579c7 docs: Clarify requirement to set sourceDir when used in Codespaces

v2.51.0

Compare Source

Changelog

Features
  • 2a7845f feat: Add 1Password SDK template funcs
  • 676a9a9 feat: Add decompression of file externals
Fixes
  • 2615c52 fix: keep initFuncs when using 'includeTemplate' in config
  • f6ecfdb fix: Use scriptTempDir for modify_ scripts
Documentation updates
  • 711534a docs: Add link to article

v2.50.0

Compare Source

Changelog

Features
  • 2808e7c feat: Add tempDir configuration variable
  • 4241393 feat: Allow private_ and readonly_ attrs to be set for externals
  • 217cdaa feat: Add --no-network flag to doctor command
  • 31b2060 feat: Embed fallback X.509 trusted roots
Fixes
  • 2a75540 fix: Prevent chezmoi add from adding chezmoi's own executable
Documentation updates
  • b7cf4ba docs: Add GianniBYoung/chezmoi-telescope.nvim to related software

v2.49.1

Compare Source

Changelog

Fixes
  • af65574 fix: Accept line-endings template directive as well as line-ending

v2.49.0

Compare Source

Changelog

Features
  • 0f45cb4 feat: Add stub for removed remove command
  • ca643ce feat: Rename remove command to destroy
Fixes
  • f781976 fix: Fix panic when parsing some commands
Documentation updates
  • bcd52b9 docs: Update comparison-table.md

v2.48.2

Compare Source

Changelog

Fixes
  • 788f805 fix: Don't panic on unexpected bubbletea messages
  • 5cf451a fix: Respect umask when creating files
  • 24a990d fix: fix error when determining GOARCH in install.ps1
Documentation updates
  • 1a16b49 docs: Add link to article

v2.48.1

Compare Source

Changelog

Features
  • a396e3a feat: Add gitHubLatestReleaseAssetURL template function
Fixes
  • 6a90b3e fix: Links section is broken in docs
Documentation updates
  • 9d332c6 docs: Add link to article

v2.48.0

Compare Source

Changelog

Features
  • 2e04dcf feat: Add --tree flag to unmanaged command
  • 91823e3 feat: Add --tree flag to managed command
  • 278e2be feat: Add --tree flag to ignored command
  • 4a9d0e4 feat: Include name of target in error message
Fixes
  • c758a1c fix: Apply .chezmoiignore to dirs in external archives
  • 7dfcfcf fix: Remove unmanaged files from exact_ directories containing external files
  • 153ff43 fix: Better detect username on Android/Termux systems
Documentation updates
  • b1b40b2 docs: Add link to article
  • 9c817ce docs: Document --tree flag
  • 89fab4b docs: Fix origin URL in quick start guide

v2.47.4

Compare Source

Changelog

Fixes
  • d6ad485 fix: Fix potential panic when textconv interpreter is empty
  • b4df44d fix: Fix panic on empty external
Documentation updates
  • 872c584 docs: Add troubleshooting entry on missing /bin/bash on Nix
  • 8b2a435 docs: Add install.doctor to related software
  • 3a3dd13 docs: Add links to articles

v2.47.3

Compare Source

Changelog

Fixes
  • 2e4236c fix: Don't traverse into ignored directories when adding files
  • 8a83dcc fix: Skip adding entries in external dirs instead of erroring
  • b366d0e fix: Fix panic when adding children in exact_ dirs
  • ad77158 fix: Increase range of types accepted by promptChoice template function

v2.47.2

Compare Source

Changelog

Fixes
  • f490429 fix: pass the --needed flag to pacman
  • 88b586d fix: Remove fig support
  • c8dc9a4 fix: Explicitly tell user when then should use a config file template
  • fccc759 fix: Handle copies in automatic commit messages
  • 3a0b19e fix: Add missing newlines in error messages
Documentation updates
  • 490cc3a docs: Add link to article
  • eb62958 docs: Fix incomplete sentence in usage docs
  • ce46858 docs: Add link to article

v2.47.1

Compare Source

Changelog

Fixes
  • 59764c8 fix: Fix panic in unmanaged on some dir permission errors
  • dc99169 fix: Make splitList return []any
  • 0405763 fix: Set CHEZMOI_ environment variables for plugins
  • 1f44189 fix: Ensure that all .chezmoi.config template variables have simple types
  • 5bb87f1 fix: a grammar mistake
Documentation updates
  • 85d015b docs: Refactor developer guide
  • 885487b docs: Add link to blog post
  • 18c99c3 docs: Add link to video

v2.47.0

Compare Source

Changelog

Features
  • 6788c54 feat: 1Password Secrets Automation Support
Fixes
  • 3b3541c fix: Ensure default mode is set
  • c6b867b fix: Fix marshaling of severities
  • 523fd84 fix: Fix marshaling of autobools
  • 5224e11 fix: Fix marshaling of absolute paths
  • e925b0f fix: Fix --keep-going flag for unmanaged command
  • 5201ddc fix: Don't leak internal default sentinel values in template data
  • 1abcfa5 fix: Fix panic when merging unmanaged file
  • c0b7e92 fix: Don't attempt to add entries in external_ directories
  • d14bdd5 fix: Use uname -o to detect Android in install script
  • 302a3b8 fix: Move documentation of --output flag to correct section
  • ccde612 fix: Prioritize $HOME when Cygwin or msys2 is detected
Documentation updates
  • 3e5f0c8 docs: Fix type of .chezmoi.kernel and .chezmoi.osRelease variables
  • 0269f80 docs: Update docs on auto applying changes on edit in VIM
  • b5fc7b6 docs: Document config vars for command-specific flags
  • f52062e docs: Cross link "See REF" in config variables doc

v2.46.1

Compare Source

Changelog

Features
  • 8a20f91 feat: Add update.apply configuration variable
  • 431ec39 feat: Set CHEZMOI_SOURCE_FILE env var for scripts
Fixes
  • 0eb98a9 fix: Fix age/rage check in doctor command
Documentation updates
Other
  • deb5adf chore(deps-dev): bump ruff from 0.1.9 to 0.1.15 in /assets

v2.46.0

Compare Source

Changelog

Features
  • c7539b0 feat: Build for Android (Termux)
  • efcf32d feat: Support rage as an alternative age encryption command
  • 53f7b92 feat: Add re-add --recursive flag and make it the default
  • 85983f0 feat: Promote hooks to stable
  • 114030c feat: Promote HCP Vault Secrets template functions to stable
  • 24c0ea2 feat: Promote Doppler template functions to stable
  • c209c2a feat: Promote edit --watch to stable
Fixes
  • 15f4eb1 fix: Defer lookup of git in $PATH for git-repo externals
  • 569601a fix: Change init to default to --config if --config-path is absent
  • 031b267 fix: Handle more keepassxc-cli errors
  • 74d6b2a fix: Reduce injection of terminal control characters into keepassxc-cli output
Documentation updates
  • 1418f74 docs: Fix broken release history page
  • 2dffe64 docs: links to testing-templates
  • 8dd6c86 docs: combine testing and debugging templates
  • 5e7c295 docs: Add links to article and video
  • 2e3bd95 docs: add link
  • 80717f4 docs: Fix names of age recipients files config variables

v2.45.0

Compare Source

Changelog

Features
  • 7d915c0 feat: Scan for secrets with gitleaks when adding files
  • 404878c feat: Add add.encrypt configuration variable
Fixes
  • 3436563 fix: Improve robustness of keepassxc-cli integration in open mode
  • 49791f9 fix: Handle keepassxc-cli localization
  • 85464dd fix: Restore user args to keepassxc-cli in cache password mode
  • 9437b62 fix: Always use forward slashes to separate Windows paths

v2.44.0

Compare Source

Changelog

Features
  • 6a5d4a3 feat: Add support for YubiKeys with KeePassXC
Documentation updates
  • ff3deb9 docs: Add explanation of status characters

v2.43.0

Compare Source

Changelog

Features
  • d99e8bd feat: Extend rbw and rbwFields template funcs to take extra args
  • 7323f6a feat: Extend remove_ attribute to directories
Fixes
  • 44b4c6d fix: Fix detection of changes to remove_ directories
  • 5f40268 fix: Only invoke diff pager if there is diff output
  • 084add0 fix: Handle implicit directories in externals
  • 54dce1b fix: add missing command annotations
  • d85b5e4 fix: Make execute-template --init not read .chezmoitemplates
  • db9b4dd fix: key.txt is not written to home, but home/.config
Documentation updates
  • 774d053 docs: Add upcoming changes to release history
  • 9f9d2d9 docs: Add link to article
  • 6eb139b docs: Add links to articles
  • 08e9b0b docs: Fix guide on clearing state of run_onchange_ scripts
Other
  • a450748 chore(deps-dev): bump ruff from 0.1.6 to 0.1.9 in /assets

v2.42.3

Compare Source

Changelog

Features
  • 538169a feat: Remove nested subshell check
  • 31780bf feat: Make mackupApplicationsDir func agnostic to mackup's installation method
Documentation updates
  • ef01881 docs: Add github.com/xvzc/chezmoi.nvim to related software
  • e530e7c docs: Add link to article
  • 31e6207 docs: Add link to video
  • 854ea06 docs: Add entry on declarative package installation
  • 0cf9f29 docs: add warning for GitHub SSH key deletion

v2.42.2

Compare Source

Changelog

Features
  • a9d389e feat: Add CHEZMOI_COMMAND_DIR env var for hooks
Fixes
  • 649c758 fix: Fix fromJson template function deserializing non-objects
  • c68ddac fix: Handle extra slashes in path arguments

v2.42.1

Compare Source

Changelog

Fixes
  • d07689e fix: Set env vars from config file when re-reading config
Documentation updates
  • 0b38793 docs: Clarify prefix order for regular files

v2.42.0

Compare Source

Changelog

Features
  • 694977b feat: Preserve numeric types when reading from .chezmoidata JSON and JSONC files
  • 1f11386 feat: Preserve integer values in fromJson and fromJsonc template funcs
  • 711a39a feat: Add read-source-state hook
Documentation updates
  • 47609a3 docs: Add admonitions linking remove and forget
  • 8784a67 docs: Add links to blog posts

v2.41.0

Compare Source

Changelog

Features
  • 26fd133 feat: Add git-commit-message to generate command
  • c6688d2 feat: Make commit message templates regular templates
  • f7c3745 feat: Add git.commitMessageTemplateFile config variable
  • 1f016e8 feat: Add edit-config-template command
Fixes
  • d9cb6b0 fix: Don't escape HTML characters in JSON strings
Documentation updates
  • b94f954 docs: Document support for the passage password manager
  • a1fba75 docs: add how-to for gpg ↔ age migration
  • 8d58c3e docs: Fix default value of persistentState variable
Other
  • e8ed4c4 refactor: Allow mkdocs build from any origin

v2.40.4

Compare Source

Changelog

Fixes
  • 797e3cf fix: Make stdinIsATTY return false if --no-tty is passed

v2.40.3

Compare Source

Changelog

Features
  • b64f2bc feat: Add env config var as an alternative to scriptEnv
  • f47c268 feat: Warn when overriding CHEZMOI_ env vars
  • 7203d6b feat: Set CHEZMOI_ and scriptEnv env vars for all invoked commands
Documentation updates
  • 319dd20 docs: Tidy up release notes

v2.40.2

Compare Source

Changelog

v2.40.1

Compare Source

Changelog

Features
  • fc56533 feat: Add Path Separator and Path List Separator to provided template values.
  • 61f7ed1 feat: Ignore AppleDouble files in externals
  • 4a52e5c feat: find[One]Executable in user-supplied paths
  • bb6f952 feat: Use Goreleaser's Chocolatey support
Fixes
  • eecf015 fix: Only invoke diff pager if command modifies filesystem
  • 5c0140d fix: Don't use replace-executable for WinGet installations
  • 7976373 fix: Add chattr +remove support for files
Documentation updates
  • 784d38b doc: Add information how to ignore cache files in external dependencies
  • 66070dc docs: Added an example for promptChoice
  • 5f14f10 docs: Added an example for promptChoiceOnce
  • c96a4b7 docs: Fix cross-function link references

v2.40.0

Compare Source

Changelog

Features
  • 2858a0c feat: Implement the path-style flag for status
  • 5918296 feat: Add plugin support
  • 63cda81 feat: Allow overlapping, non-conflicting externals
  • f15b158 feat: Add decryption of non-armored files to age command
Fixes
  • cdd4f16 fix: Use diff pager for all diff output if configured
  • 3667788 fix: provide a consistent error for cd to file
Documentation updates
  • 284baf6 docs: Add links to articles

v2.39.1

Compare Source

Changelog

Fixes
  • 46e13ed fix: Ensure default template data when reading .chezmoidata in subdir
Documentation updates
  • fe10a69 docs: Improve developer experience under fish
  • 5b738bd docs: Fix documentation on dirs vs content in .chezmoiignore

v2.39.0

Compare Source

Changelog

Features
  • acb8937 feat: add .chezmoi.targetFile template variable
  • 205fd6c feat: Add age command
  • f6947d3 feat: Add bitwardenSecrets template function
Fixes
  • 40b711d fix: Handle .chezmoidata files in subdirectories when template has already been executed
  • 6fa4fe4 fix: Update goreleaser changelog
Documentation updates
  • a89e0e0 docs: Tweak location of private key in age onetime passphrase how-to
  • da9f3c6 docs: Use age command in onetime passphrase how-to
  • fe903d4 docs: Minor expansion of application order docs
  • 02ffbd7 docs: Add link to article

v2.38.0

Compare Source

Changelog

Other
  • 0ce82b3 chore: Update dependencies
  • 7b300e4 chore: Miscellaneous website improvements
  • 166feaf docs: Linuxbrew -> Homebrew
  • d00de72 feat: Add gitHubReleases and gitHubTags
  • a51179e feat: Support nushell scripts on Windows
  • 7d143c3 docs: Improve documentation on using separate source files
  • ba985c9 chore: Reformat long lines
  • 5e8d2b3 feat: Add promptChoice and promptChoiceOnce template functions
  • 29e8c30 fix: Fix minor issues with promptBool docs and errors
  • f0efc5c chore: Generate release notes from git log, not GitHub
  • 3c72387 chore: Remove dependency on go.uber.org/multierr
  • 424189b chore: Use io/fs.Skip{All,Dir} sentinel errors
  • dbc1b4b chore: Bump golangci-lint to version 1.54.0
  • 3f636c1 chore: Build with Go 1.21.0
  • 187f734 chore: Update dependencies
  • a028598 feat: Restore --autotemplate flag to add command
  • 4e67850 docs: Document --source-path flag
  • 4fc3203 fix: Fix race condition in concurrent parsing of externals

v2.37.0

Compare Source

What's Changed

New Contributors

Full Changelog: twpayne/chezmoi@v2.36.1...v2.37.0

v2.36.1

Compare Source

What's Changed

Full Changelog: twpayne/chezmoi@v2.36.0...v2.36.1

v2.36.0

Compare Source

What's Changed

Full Changelog: twpayne/chezmoi@v2.35.2...v2.36.0

v2.35.2

Compare Source

Full Changelog: twpayne/chezmoi@v2.35.1...v2.35.2

v2.35.1

Compare Source

What's Changed

Full Changelog: twpayne/chezmoi@v2.35.0...v2.35.1

v2.35.0

Compare Source

What's Changed

Full Changelog: twpayne/chezmoi@v2.34.3...v2.35.0

v2.34.3

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "before 5am every weekday,every weekend" in timezone Europe/Madrid, 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Feb 7, 2023
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from e59f0d3 to 4131928 Compare February 11, 2023 21:06
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.30.0 Update dependency twpayne/chezmoi to v2.30.1 Feb 11, 2023
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 4131928 to 90faede Compare February 17, 2023 14:08
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.30.1 Update dependency twpayne/chezmoi to v2.31.0 Feb 17, 2023
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 90faede to 0596e40 Compare March 2, 2023 00:36
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.31.0 Update dependency twpayne/chezmoi to v2.31.1 Mar 2, 2023
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 0596e40 to 29d5b79 Compare March 12, 2023 02:32
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.31.1 Update dependency twpayne/chezmoi to v2.32.0 Mar 12, 2023
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 29d5b79 to 26c4a4d Compare March 24, 2023 06:17
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.32.0 Update dependency twpayne/chezmoi to v2.33.0 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 26c4a4d to d30eed3 Compare June 1, 2023 19:16
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.33.0 Update dependency twpayne/chezmoi to v2.33.6 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from d30eed3 to 0f8481a Compare June 5, 2023 00:13
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.33.6 Update dependency twpayne/chezmoi to v2.34.0 Jun 5, 2023
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 0f8481a to 49525d3 Compare June 10, 2023 19:53
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.34.0 Update dependency twpayne/chezmoi to v2.34.1 Jun 10, 2023
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 49525d3 to c9c1d54 Compare June 17, 2023 01:48
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.34.1 Update dependency twpayne/chezmoi to v2.34.2 Jun 17, 2023
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from c9c1d54 to d12d433 Compare July 4, 2023 00:25
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.34.2 Update dependency twpayne/chezmoi to v2.34.3 Jul 4, 2023
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from d12d433 to fa5b3de Compare July 16, 2023 21:19
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.34.3 Update dependency twpayne/chezmoi to v2.35.0 Jul 16, 2023
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from fa5b3de to 4a62147 Compare July 18, 2023 22:58
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.35.0 Update dependency twpayne/chezmoi to v2.35.1 Jul 18, 2023
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 4a62147 to ff5a5f7 Compare July 19, 2023 11:50
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.35.1 Update dependency twpayne/chezmoi to v2.35.2 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from ff5a5f7 to ed9fc59 Compare July 28, 2023 21:32
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.35.2 Update dependency twpayne/chezmoi to v2.36.0 Jul 28, 2023
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from ed9fc59 to c8b5a84 Compare July 30, 2023 13:21
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.49.0 Update dependency twpayne/chezmoi to v2.49.1 Jun 23, 2024
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 30c9a20 to 2311b12 Compare July 3, 2024 00:19
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.49.1 Update dependency twpayne/chezmoi to v2.50.0 Jul 3, 2024
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 2311b12 to 1388b64 Compare July 15, 2024 22:32
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.50.0 Update dependency twpayne/chezmoi to v2.51.0 Jul 15, 2024
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 1388b64 to 37eaa4b Compare August 7, 2024 23:29
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.51.0 Update dependency twpayne/chezmoi to v2.52.0 Aug 7, 2024
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 37eaa4b to 44b0848 Compare August 15, 2024 16:58
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.52.0 Update dependency twpayne/chezmoi to v2.52.1 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 44b0848 to 89860a0 Compare September 10, 2024 01:55
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.52.1 Update dependency twpayne/chezmoi to v2.52.2 Sep 10, 2024
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 89860a0 to 3a7dcd9 Compare September 30, 2024 10:17
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.52.2 Update dependency twpayne/chezmoi to v2.52.3 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 3a7dcd9 to 8175b10 Compare October 10, 2024 11:04
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.52.3 Update dependency twpayne/chezmoi to v2.52.4 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 8175b10 to 1dac723 Compare October 26, 2024 22:01
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.52.4 Update dependency twpayne/chezmoi to v2.53.0 Oct 26, 2024
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 1dac723 to 7757416 Compare October 28, 2024 14:23
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.53.0 Update dependency twpayne/chezmoi to v2.53.1 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 7757416 to 4675b9b Compare November 9, 2024 22:08
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.53.1 Update dependency twpayne/chezmoi to v2.54.0 Nov 9, 2024
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 4675b9b to 57d84e6 Compare December 2, 2024 05:09
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.54.0 Update dependency twpayne/chezmoi to v2.55.0 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 57d84e6 to c329e23 Compare December 14, 2024 21:57
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.55.0 Update dependency twpayne/chezmoi to v2.56.0 Dec 14, 2024
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from c329e23 to aaabb52 Compare December 30, 2024 17:18
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.56.0 Update dependency twpayne/chezmoi to v2.57.0 Dec 30, 2024
| datasource      | package         | from   | to     |
| --------------- | --------------- | ------ | ------ |
| github-releases | twpayne/chezmoi | 2.29.4 | 2.58.0 |
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from aaabb52 to 44e7800 Compare January 13, 2025 01:41
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.57.0 Update dependency twpayne/chezmoi to v2.58.0 Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants