Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 28, 2026

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


  • 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/https-github.com-dafyddj-copier-safe-settings-2.x branch from ac1f99f to 48b435e Compare April 1, 2026 19:57
@renovate renovate Bot force-pushed the renovate/https-github.com-dafyddj-copier-safe-settings-2.x branch from 48b435e to 39220b6 Compare May 11, 2026 14:23
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 11, 2026

⚠️ 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.15.0/3.14.4/bin/copier", line 6, in <module>
    sys.exit(CopierApp.run())
             ~~~~~~~~~~~~~^^
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/lib/python3.14/site-packages/plumbum/cli/application.py", line 631, in run
    inst, retcode = subapp.run(argv, exit=False)
                    ~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/lib/python3.14/site-packages/plumbum/cli/application.py", line 626, in run
    retcode = inst.main(*tailargs)
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/lib/python3.14/site-packages/copier/_cli.py", line 437, in main
    return _handle_exceptions(inner)
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/lib/python3.14/site-packages/copier/_cli.py", line 80, in _handle_exceptions
    exit_code = method()
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/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.15.0/3.14.4/lib/python3.14/site-packages/copier/_main.py", line 1791, in run_update
    with Worker(
         ~~~~~~^
        dst_path=Path(dst_path),
        ^^^^^^^^^^^^^^^^^^^^^^^^
    ...<25 lines>...
        skip_tasks=skip_tasks,
        ^^^^^^^^^^^^^^^^^^^^^^
    ) as worker:
    ^
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/lib/python3.14/site-packages/copier/_main.py", line 282, in __exit__
    raise value
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/lib/python3.14/site-packages/copier/_main.py", line 1820, in run_update
    worker.run_update()
    ~~~~~~~~~~~~~~~~~^^
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/lib/python3.14/site-packages/copier/_main.py", line 104, in _wrapper
    return func(*args, **kwargs)
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/lib/python3.14/site-packages/copier/_main.py", line 1292, in run_update
    self._check_unsafe("update")
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/lib/python3.14/site-packages/copier/_main.py", line 296, in _check_unsafe
    if self.template.jinja_extensions:
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/python/3.14.4/lib/python3.14/functools.py", line 1126, in __get__
    val = self.func(instance)
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/lib/python3.14/site-packages/copier/_template.py", line 341, in jinja_extensions
    return tuple(self.config_data.get("jinja_extensions", ()))
                 ^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/python/3.14.4/lib/python3.14/functools.py", line 1126, in __get__
    val = self.func(instance)
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/lib/python3.14/site-packages/copier/_template.py", line 296, in config_data
    result = filter_config(self._raw_config)[0]
                           ^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/python/3.14.4/lib/python3.14/functools.py", line 1126, in __get__
    val = self.func(instance)
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/lib/python3.14/site-packages/copier/_template.py", line 253, in _raw_config
    for p in self.local_abspath.glob("copier.*")
             ^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/python/3.14.4/lib/python3.14/functools.py", line 1126, in __get__
    val = self.func(instance)
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/lib/python3.14/site-packages/copier/_template.py", line 564, 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.15.0/3.14.4/lib/python3.14/site-packages/copier/_vcs.py", line 243, in clone
    git("-c", "core.fsmonitor=false", "checkout", "-f", ref)
    ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/lib/python3.14/site-packages/plumbum/commands/base.py", line 110, in __call__
    return self.run(args, **kwargs)[1]
           ~~~~~~~~^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/lib/python3.14/site-packages/plumbum/commands/base.py", line 249, in run
    return p.run()
           ~~~~~^^
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/lib/python3.14/site-packages/plumbum/commands/base.py", line 212, in runner
    return run_proc(p, retcode, timeout)
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/lib/python3.14/site-packages/plumbum/commands/processes.py", line 330, in run_proc
    return _check_process(proc, retcode, timeout, stdout, stderr)
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/lib/python3.14/site-packages/plumbum/commands/processes.py", line 19, in _check_process
    proc.verify(retcode, timeout, stdout, stderr)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/copier/9.15.0/3.14.4/lib/python3.14/site-packages/plumbum/machines/base.py", line 29, in verify
    raise ProcessExecutionError(
        getattr(self, "argv", None), self.returncode, stdout, stderr
    )
plumbum.commands.processes.ProcessExecutionError: Unexpected exit code: 128
Command line: | /usr/bin/git -c core.fsmonitor=false checkout -f v2.0.0
Stderr:       | remote: Internal Server Error
              | fatal: unable to access 'https://github.com/dafyddj/copier-safe-settings.git/': The requested URL returned error: 500
              | fatal: could not fetch fd6bd63db52b9a106d4da2a2a7183b8566c2810b from promisor remote

@dafyddj dafyddj self-assigned this May 11, 2026
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.

1 participant