Skip to content

chore(deps): update dependency https://github.com/dafyddj/copier-safe-settings to v2#152

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/https-github.com-dafyddj-copier-safe-settings-2.x
Open

chore(deps): update dependency https://github.com/dafyddj/copier-safe-settings to v2#152
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/https-github.com-dafyddj-copier-safe-settings-2.x

Conversation

@renovate

@renovate renovate Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
https://github.com/dafyddj/copier-safe-settings template major v1.1.0v2.0.0

Release Notes

dafyddj/copier-safe-settings (https://github.com/dafyddj/copier-safe-settings)

v2.0.0

Compare Source

Features
  • replace standalone workflow with reusable libsafe-settings.yml (ceb71cc)
BREAKING CHANGES
  • use libsafe-settings instead of safe-settings

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 05:59 AM, only on Sunday and Saturday (* 0-5 * * 0,6)
  • 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 commented Jul 11, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: .copier-answers.safe-settings.yml
Command failed: copier update --skip-answered --defaults --answers-file .copier-answers.safe-settings.yml --vcs-ref v2.0.0
Traceback (most recent call last):
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/bin/copier", line 6, in <module>
    sys.exit(CopierApp.run())
             ~~~~~~~~~~~~~^^
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/plumbum/cli/application.py", line 999, in run
    inst_app, retcode = subapp.run(argv, exit=False)
                        ~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/plumbum/cli/application.py", line 994, in run
    retcode = inst.main(*tailargs)
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/copier/_cli.py", line 437, in main
    return _handle_exceptions(inner)
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/copier/_cli.py", line 80, in _handle_exceptions
    exit_code = method()
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/copier/_cli.py", line 418, in inner
    run_update(
    ~~~~~~~~~~^
        destination_path,
        ^^^^^^^^^^^^^^^^^
    ...<14 lines>...
        skip_tasks=self.skip_tasks,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/copier/_main.py", line 1819, in run_update
    with Worker(
         ~~~~~~^
        dst_path=Path(dst_path),
        ^^^^^^^^^^^^^^^^^^^^^^^^
    ...<25 lines>...
        skip_tasks=skip_tasks,
        ^^^^^^^^^^^^^^^^^^^^^^
    ) as worker:
    ^
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/copier/_main.py", line 284, in __exit__
    raise value
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/copier/_main.py", line 1848, in run_update
    worker.run_update()
    ~~~~~~~~~~~~~~~~~^^
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/copier/_main.py", line 106, in _wrapper
    return func(*args, **kwargs)
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/copier/_main.py", line 1309, in run_update
    self._check_unsafe("update")
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/copier/_main.py", line 303, in _check_unsafe
    if self.subproject.template.jinja_extensions:
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/python/3.14.6/lib/python3.14/functools.py", line 1126, in __get__
    val = self.func(instance)
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/copier/_template.py", line 348, in jinja_extensions
    return tuple(self.config_data.get("jinja_extensions", ()))
                 ^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/python/3.14.6/lib/python3.14/functools.py", line 1126, in __get__
    val = self.func(instance)
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/copier/_template.py", line 303, in config_data
    result = filter_config(self._raw_config)[0]
                           ^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/python/3.14.6/lib/python3.14/functools.py", line 1126, in __get__
    val = self.func(instance)
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/copier/_template.py", line 260, in _raw_config
    for p in self.local_abspath.glob("copier.*")
             ^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/python/3.14.6/lib/python3.14/functools.py", line 1126, in __get__
    val = self.func(instance)
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/copier/_template.py", line 571, in local_abspath
    clone(
    ~~~~~^
        self.url_expanded,
        ^^^^^^^^^^^^^^^^^^
        self.ref or get_latest_tag(self.url_expanded, self.use_prereleases),
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        location=str(self._temp_clone_path),
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/copier/_vcs.py", line 371, in clone
    return _clone_via_cache(ref, location, mirror)
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/copier/_vcs.py", line 340, in _clone_via_cache
    git("submodule", "update", "--checkout", "--init", "--recursive", "--force")
    ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/plumbum/commands/base.py", line 146, in __call__
    return self.run(args, **kwargs)[1]
           ~~~~~~~~^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/plumbum/commands/base.py", line 293, in run
    return p.run()  # type: ignore[attr-defined, no-any-return]
           ~~~~~^^
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/plumbum/commands/base.py", line 256, in runner
    return run_proc(p, retcode, timeout)
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/plumbum/commands/processes.py", line 403, in run_proc
    return _check_process(proc, retcode, timeout, stdout, stderr)  # type: ignore[return-value]
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/plumbum/commands/processes.py", line 37, in _check_process
    proc.verify(retcode, timeout, stdout, stderr)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/copier/9.16.0/3.14.6/lib/python3.14/site-packages/plumbum/machines/base.py", line 58, in verify
    raise ProcessExecutionError(
    ...<4 lines>...
    )
plumbum.commands.processes.ProcessExecutionError: Unexpected exit code: 128
Command line: | /usr/bin/git submodule update --checkout --init --recursive --force
Stderr:       | Cloning into '/tmp/copier._vcs.clone.p6poe4to/base'...
              | fatal: remote error: upload-pack: not our ref f0a7e3f45f81dd408505a0e708d3136cf7c5f915
              | fatal: Fetched in submodule path 'base', but it did not contain f0a7e3f45f81dd408505a0e708d3136cf7c5f915. Direct fetching of that commit failed.

@renovate renovate Bot force-pushed the renovate/https-github.com-dafyddj-copier-safe-settings-2.x branch from beb9c3a to 998a9a2 Compare July 11, 2026 17:38
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