From 4be24115bd9f289206027e76342b6e6fb913b9b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 00:39:36 +0000 Subject: [PATCH 1/2] chore(deps): update dependency https://github.com/dafyddj/copier-renovate-presets to v1.2.0 --- .copier-answers.renovate-presets.yml | 2 +- update-gitlab-ci.json | 8 ++++++++ update-pre-commit.json | 8 ++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 update-gitlab-ci.json create mode 100644 update-pre-commit.json diff --git a/.copier-answers.renovate-presets.yml b/.copier-answers.renovate-presets.yml index 5928fc5..adf9ae7 100644 --- a/.copier-answers.renovate-presets.yml +++ b/.copier-answers.renovate-presets.yml @@ -1,4 +1,4 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v1.1.0 +_commit: v1.2.0 _src_path: https://github.com/dafyddj/copier-renovate-presets org_name: saltstack-formulas diff --git a/update-gitlab-ci.json b/update-gitlab-ci.json new file mode 100644 index 0000000..5c5a30b --- /dev/null +++ b/update-gitlab-ci.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "description": "Group `gitlabci` non-major updates and enable regex versions", + "extends": [ + "github>saltstack-formulas/.github:group-by-manager(gitlabci,images)", + "customManagers:gitlabPipelineVersions" + ] +} diff --git a/update-pre-commit.json b/update-pre-commit.json new file mode 100644 index 0000000..2c513dc --- /dev/null +++ b/update-pre-commit.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "description": "Enable `pre-commit` manager and group non-major updates", + "extends": [ + "github>saltstack-formulas/.github:group-by-manager(pre-commit,hooks)", + ":enablePreCommit" + ] +} From 9ab5e12a1c73e8d3cdbaede348643f31c8b350bc Mon Sep 17 00:00:00 2001 From: Dafydd Jones Date: Tue, 17 Feb 2026 00:44:27 +0000 Subject: [PATCH 2/2] feat: add `update-gitlab-ci` and `update-pre-commit` (via Copier) --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 32bec98..464d2b6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,6 +44,8 @@ repos: pre-commit.json| monthly.json| update-github-actions.json| + update-gitlab-ci.json| + update-pre-commit.json| weekly.json| (?!) )$