Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2024

This PR contains the following updates:

Package Update Change
twpayne/chezmoi minor v2.50.0v2.69.1

Release Notes

twpayne/chezmoi (twpayne/chezmoi)

v2.69.1

Compare Source

Changelog

Fixes
  • a08a575 fix: Revert to sprig for template function implementations
  • b89b0c5 fix: Fix external size check without secure hashes
Documentation
  • 9d08943 docs: Fix protonPassJSON example
  • 22f46c6 docs: Add link to github.com/Lindydancer/tmpl-mode

v2.69.0

Compare Source

Changelog

Features
  • c3a11ca feat: Add --pq flag to age-keygen command
  • e1e1ec5 feat: Add support for transcrypt and git-crypt
  • 788eb3b feat: Add support for Proton Pass password manager
  • 0193146 feat: Support TOML 1.1
  • 3a6d0d6 feat: Switch template function implementation to sprout
Fixes
  • 562f971 fix: Revert to cosign v2.6.1 for release signing
  • bc055df fix: Ignore templates in exact_ dirs in re-add command
  • 4b67af9 fix: Clean paths in external files
  • f5f7d08 fix: Reject invalid file and dir names in source dir
  • 249d1c9 fix: Fix check for adding files in protected directories
Documentation
  • 1a29028 docs: Add link to article
  • a99bfe5 docs: Fix typo in chezmoi add note

v2.68.1

Compare Source

Changelog

Fixes
  • 61250b0 fix: Fix edit-encrypted command for files in subdirectories
  • 2a22e9b fix: Fix type of .chezmoi.sourceFile

v2.68.0

Compare Source

Changelog

Features
  • def70db feat: Add --new flag to add command
  • 7aa7a9b feat: Add --re-encrypt flag to re-add command
  • cc89b3c feat: Add edit-encrypted command
Fixes
  • 1ceb35a fix: Ensure that .chezmoi.sourceFile template var is always a relative path
  • 7c47d0b fix: Don't overwrite config file in init --dry-run
  • 40a630b fix: Fix panic in execute-template --override-data with no template data
  • 39d2d0d fix: Fix forget command on implicitly managed files
  • 70353d8 fix: Ignore externals in destroy command

v2.67.1

Compare Source

Changelog

Features
  • ac3f134 feat: Switch to znkr.io/diff for builtin diff
  • b15b5cf feat: Warn if adding non-UTF-8 template
Documentation
  • 6e2329c docs: Add note about symlinks on windows
  • c1640e9 docs: Make Mermaid diagrams more consistent with text
  • f83ac99 docs: Add link to podcast
  • a74ea5c docs: Improve developer guide
  • 0d512c8 docs: Add link to article

v2.67.0

Compare Source

Changelog

Features
  • 7ee1071 feat: Make re-add add and remove entries in exact_ directories
Fixes
  • aa188e6 fix: Make all template funcs available in diff and merge args
  • 72c7d0b fix: Ignore special-use domains when extracting hostname from /etc/hosts
  • 35b22c8 fix: Fix fromIni | toIni template func round trip with quoted strings
  • d3a4034 fix: Fix pattern in install script
Documentation
  • 8591960 docs: Add link to article
  • 3aff7ac docs: Improve description of --create flag
  • 9551654 docs: Update VSCode merge tool instructions to handles spaces in paths
  • 16946dd docs: Add main-branch/chezroot to list of related software
  • ee2f0a2 docs: Fix generate command example
Other
  • 4785bf3 Update documentation for --create option in add.md

v2.66.1

Compare Source

Changelog

Fixes
  • 6664195 fix: Fix input prompt line wrapping
Documentation
  • 8bd4b08 docs: Add link to video
  • b85ea7f docs: Add mass8326/zsh-chezmoi to related software

v2.66.0

Compare Source

Changelog

Features
  • 13deaf6 feat: Add --override-data-file flag
  • 9df5bfa feat: Add --override-data flag
  • e9546b6 feat: Add --less-interactive to only prompt for conflicts
  • 271bb75 feat: Add exec template function
  • 5947399 feat: Group commands in help
Fixes
  • 63f3947 fix: Reverse command check for current user in docker feature
  • 0cfd139 fix: Report an error when --follow and --recursive are combined for directories
  • ce44e94 fix: Fix value of Windows version environment variables
  • fa4999d fix: Add destroy and ssh command descriptions to help
Documentation
  • ca59697 docs: Add link to article
  • 2c43917 docs: Add link to chezmoi_modify_manager article

v2.65.2

Compare Source

Changelog

Fixes
  • dce67a2 fix: Fix persistent state mode in edit-config-template command
  • 1ba7010 fix: Make init --apply run apply pre and post hooks
  • 7beeeac fix: Revert to github.com/sergi/go-diff for diff
Documentation
  • e34964e docs: Fix rcm details
  • d929ecc docs: Add link to article
  • 28666e1 docs: Add silverrainz.me/chezetc to list of related software
  • 3b123d6 docs: Update link to star chezmoi
  • 807d614 docs: Add link to video
  • f6dafa7 docs: Add link to article

v2.65.1

Compare Source

Changelog

Features
  • 4db365b feat: Switch to znkr.io/diff for builtin diff
  • 5b4c856 feat: Merge podman command into docker command
  • 5111b02 feat: Replace --package with --package-manager in docker, podman, and ssh commands
Documentation
  • 04e4728 docs: Add Fedora and RHEL install commands
  • 4158ce9 docs: Add exclude example
  • 3ae27a5 docs: Add links to articles

v2.65.0

Compare Source

Changelog

Features
  • 39e5ad1 feat: Add docker command
  • ed333e4 feat: Add ssh command
  • 89c9832 feat: Add podman command
  • a3ea777 feat: Add install-init-shell.sh subcommand to generate command
  • 1f53a3c feat: Extend the range of types accepted by quoteList template func
  • 218d412 feat: Add support for rar archives
  • 07301f6 feat: Add age-keygen command
  • 3b672f5 feat: Apply --age-recipient and --age-recipient-file flags to all commands
Documentation updates
  • 7addc90 docs: Add link to article
  • effce0e docs: Clarify scripts have to succeed to count as being run
  • 6c4c04d docs: Use age-keygen command in docs
  • 3845ad5 docs: Add links to articles

v2.64.0

Compare Source

Changelog

Features
  • bbb451f feat: Remove support for deprecated Hashicorp Vault Secrets
  • 97d33b2 feat: Add hardlink test to doctorcmd
  • e6690ba feat: Add --age-recipients-file flag to add command
  • 79f3a38 feat: Add --age-recipient flag to add command
  • f2ac4c8 feat: Add automatic Bitwarden CLI unlock
  • bccf542 feat: Rename returnEmpty template function to abortEmpty
  • 1fc3df8 feat: Add returnEmpty template function
Fixes
  • 0994ed6 fix: Always use diff.pager if configured
  • 3d64f50 fix: Use external diff tool for apply and re-add previews
  • dbfced5 fix: Fix bad skip instruction in test script issue4479
Documentation updates
  • 9d0952f docs: Add notes on edit watch and hardlink subtleties
  • 59f1985 docs: Add Beyond Compare merge tool configuration
  • 3507963 docs: Add lobste.rs links to social media
  • d3d3c12 docs: Add link to article

v2.63.1

Compare Source

Changelog

Fixes
  • 01de201 fix: Properly handle comments after filenames
  • 822acd4 fix: Only auto add files in source directory, not in working tree
Documentation updates
  • 02e8233 docs: Add link to article
  • 8d9427f docs: Removing leading dot on top level variable titles
  • f3b9a43 docs: Add link to article
  • cd0ae1f docs: Correct requirement for run_ in .chezmoiscripts
  • e4caf4c docs: Add link to video

v2.63.0

Compare Source

Changelog

Features
  • c086592 feat: Check for secrets in re-add command
  • 41c0a34 feat: Add ensureLinePrefix template function
  • ae2b6a8 feat: Add getRedirectedURL template function
Fixes
  • 06ac8e9 fix: Detect libc from current executable in upgrade command
  • 0f814f6 fix: Use filepath.Join() to join abspath
Documentation updates
  • 65e7fd5 docs: Refactor configuration variables reference page
  • 97ee8cc docs: Fix attribute name
  • aa57d1d docs: Recommend run_onchange_ scripts over run_once_ scripts
  • 625d484 docs: Add links to articles

v2.62.7

Compare Source

Changelog

Features
  • d5f2c70 feat: Add pagerArgs and diff.pagerArgs configuration variables
Fixes
  • c727993 fix: Preserve, don't delete, whitespace-only files in external archives
  • 5be414b fix: Remove dependency on git in packages
Documentation updates
  • 6384ea3 docs: Fix a typo in setup.md
  • 22ffc1d docs: Add HCP Vault Secrets EOL Notice
  • 5cd53d6 docs: Add info about file paths for archive-file externals
  • dae071c docs: Fix incorrect parameter ref
  • 8b2a923 docs: Add warnings to .chezmoiroot
  • 025ece0 docs: Emphasize that scriptEnv also applies to hooks and commands
  • 3b1c181 docs: Clarify modify_ documentation

v2.62.6

Compare Source

Changelog

Documentation updates
  • 2361400 docs: Add link to blog
  • ec55f52 docs: Add link to github.com/matmaer/chezmoi-mousse

v2.62.5

Compare Source

Changelog

Features
  • 2e78758 feat: Remove X.509 fallback roots
Fixes
  • a6dabb7 fix: Exit with failure when apply is cancelled
  • 10d2896 fix: Fix ignoring exit code 1 from external diff commands for non-files
Documentation updates

v2.62.4

Compare Source

Changelog

Fixes
  • b859b97 fix: Make toStrings template function flatten arguments
Documentation updates
  • 96b8b72 docs: Add link to audio clip on how to pronounce chezmoi
  • b1b58e6 docs: Fix chassis detection for newer MacBooks.
  • d82472c docs: Document that only dictionaries are merged
  • c1d2857 docs: Add a note about private externals
  • 4e7052b docs: Correct the usage of execute-template

v2.62.3

Compare Source

Changelog

Features
  • 3d24b7d feat: Extend toStrings template function to handle more types
  • 660e394 feat: Extend toString template function to handle more types
Fixes
  • ad574bc fix: Improve diff command output when removing files
Documentation updates
  • 8abd38c docs: Add link to video
  • 6d12ecc docs: Add hint for when to use toString with GitHub template functions

v2.62.2

Compare Source

Changelog

Fixes
  • ee22eef fix: Set .chezmoi.sourceFile in execute-template command
  • 60392ed fix: Fix truncated placeholder in choice input
Documentation updates
  • 5ccae32 docs: Add link to article

v2.62.1

Compare Source

Changelog

Fixes
  • 55bad30 fix: Don't invoke pager with shell on Windows
Documentation updates

v2.62.0

Compare Source

Changelog

Features
  • 9213598 feat: Add --file flag to execute-template command
  • d26f9eb feat: Add encoding template directive
Documentation updates
  • 3e3c0e8 docs: Add link to article
  • d70c988 docs: Fix reference to KeePassXC link
  • a248722 docs: Add link to video
  • 58855ac docs: Update link to article

v2.61.0

Compare Source

Changelog

Features
  • 6f26e68 feat: Remove 1Password SDK integration
  • fbdedfb feat: Complete --progress and --working-tree option args
  • 6b013c7 feat: Prevent inapplicable filename positional arguments
  • c56a27d feat: Set LESS and LV env vars the same way that git does
Fixes
  • af5b03a fix: Remove default submission when nothing is selected during promptMultichoice
  • dc97563 fix: Doc on declaratve package installation
Documentation updates
  • 443e12d docs: Add note on templates in edit command
  • 0a04e76 docs: Update docs for using delta
  • 882696f docs: Remove unnecessary --no-lock Brew option

v2.60.1

Compare Source

Changelog

Features
  • a0e0b34 feat: Include description in PowerShell completions
Fixes
  • bba46ea fix: Fallback to statically-linked binary on old Linuxes
Documentation updates
  • 5e789bc docs: Add link to article
  • 5bbda10 docs: Add link to article
  • 4705891 docs: Add example of multiple age recipients
  • b1eda26 docs: Add link to article

v2.60.0

Compare Source

Changelog

Features
  • 5c003ae feat: Add promptMultiChoice{,Once}
  • 7df7c58 feat: Add -0 flag to ignored, managed, and unmanaged commands
Fixes
  • b8d9670 fix: Fix handling of umask on macOS
  • 02010ba fix: Fix persistent state mode when using cd command with an argument
Documentation updates
  • 7a4021b docs: Reference templates in password managers
  • 6492cd3 docs: Add warnings about HCP Vault Secrets and hcp
  • d1fbc45 docs: Add a warning about nested --exact --recursive
  • 65e5b29 docs: Add link to auto-commit docs to quick-start
  • 5416bb9 docs: Extend special files and directories docs
  • 7586220 docs: Fix a comma issue in architecture
  • 17130e1 docs: Fix some typos
  • 30a2391 docs: Update documentation linking
  • 8210b9e docs: Add fish-chezmoi to related software

v2.59.1

Compare Source

Changelog

Features
  • df7d3e5 feat: Add outputList template function
Fixes
  • ca8fe5b fix: Fix crash when excluding types
  • 6325123 fix: Run git auto commit hook before creating commit message
  • dfa0f80 fix: Fix persistent state mode in chattr command
Documentation updates
  • e672a32 docs: Update wording in .chezmoidata pages

v2.59.0

Compare Source

Changelog

Features
  • 500c677 feat: Add git-auto-commit and git-auto-push hooks
  • fcf2ced feat: Add warnf template function
  • 8540b4e feat: Show original URL in HTTP progress bars
  • 8b42ee8 feat: Support filenames containing # in ignore and remove files
Fixes
  • 5cbbd6e fix: Fix persistent state mode for commands that execute templates
  • 309d7fd fix: Warn, don't error, when generating git commit messages for unknown states
Documentation updates
  • 0185fb8 docs: Add link to article
  • 70546ad docs: Update pruneEmptyDicts example
  • bd026f6 docs: Add link to article
  • 8131e3f docs: Add link to article

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

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/twpayne-chezmoi-2.x branch 2 times, most recently from 5f8bdc7 to b2f13d7 Compare August 7, 2024 22:25
@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 b2f13d7 to 2826c8e Compare August 15, 2024 15:19
@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 2826c8e to 30f09ec Compare September 10, 2024 01:40
@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 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 30f09ec to 7fd1335 Compare September 30, 2024 10:11
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 7fd1335 to 6526153 Compare October 10, 2024 10: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 6526153 to 329bc55 Compare October 26, 2024 22:47
@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 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 329bc55 to 43a17f8 Compare October 28, 2024 14:29
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 43a17f8 to 2cf2c44 Compare November 9, 2024 22:41
@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 2cf2c44 to 372c8cb Compare December 2, 2024 04:27
@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 372c8cb to cb7d9fe Compare December 14, 2024 21:06
@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 cb7d9fe to e5250bd Compare December 30, 2024 17:00
@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
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from e5250bd to f3bdd45 Compare January 13, 2025 02:05
@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
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from f3bdd45 to a8a14b0 Compare January 28, 2025 05:08
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.58.0 Update dependency twpayne/chezmoi to v2.59.0 Jan 28, 2025
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from a8a14b0 to 94d7102 Compare February 8, 2025 00:33
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.59.0 Update dependency twpayne/chezmoi to v2.59.1 Feb 8, 2025
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.62.7 Update dependency twpayne/chezmoi to v2.63.0 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from d0eff3c to 3f0dbef Compare July 23, 2025 00:08
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.63.0 Update dependency twpayne/chezmoi to v2.63.1 Jul 23, 2025
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 3f0dbef to ba4fe00 Compare August 6, 2025 21:02
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.63.1 Update dependency twpayne/chezmoi to v2.64.0 Aug 6, 2025
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from ba4fe00 to a12f93c Compare August 26, 2025 21:12
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.64.0 Update dependency twpayne/chezmoi to v2.65.0 Aug 26, 2025
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from a12f93c to 9d06c59 Compare September 19, 2025 16:06
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.65.0 Update dependency twpayne/chezmoi to v2.65.1 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 9d06c59 to e397aec Compare September 23, 2025 23:08
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.65.1 Update dependency twpayne/chezmoi to v2.65.2 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from e397aec to 7e8d499 Compare October 8, 2025 04:45
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.65.2 Update dependency twpayne/chezmoi to v2.66.0 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 7e8d499 to c63715a Compare October 19, 2025 20:48
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.66.0 Update dependency twpayne/chezmoi to v2.66.1 Oct 19, 2025
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from c63715a to 75dc558 Compare October 20, 2025 00:35
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.66.1 Update dependency twpayne/chezmoi to v2.66.2 Oct 20, 2025
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 75dc558 to d5023dc Compare November 2, 2025 22:45
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.66.2 Update dependency twpayne/chezmoi to v2.67.0 Nov 2, 2025
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from d5023dc to 4517d7b Compare November 27, 2025 01:07
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.67.0 Update dependency twpayne/chezmoi to v2.67.1 Nov 27, 2025
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 4517d7b to 13399f0 Compare December 3, 2025 20:55
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.67.1 Update dependency twpayne/chezmoi to v2.68.0 Dec 3, 2025
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 13399f0 to a1c1251 Compare December 10, 2025 03:08
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.68.0 Update dependency twpayne/chezmoi to v2.68.1 Dec 10, 2025
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from a1c1251 to 84941ce Compare January 5, 2026 01:43
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.68.1 Update dependency twpayne/chezmoi to v2.69.0 Jan 5, 2026
@renovate renovate bot force-pushed the renovate/twpayne-chezmoi-2.x branch from 84941ce to bb3afcb Compare January 10, 2026 00:25
@renovate renovate bot changed the title Update dependency twpayne/chezmoi to v2.69.0 Update dependency twpayne/chezmoi to v2.69.1 Jan 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant