diff --git a/.copier-answers.renovate-presets.yml b/.copier-answers.renovate-presets.yml index 1a01ec0..5928fc5 100644 --- a/.copier-answers.renovate-presets.yml +++ b/.copier-answers.renovate-presets.yml @@ -1,3 +1,4 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v1.0.3 +_commit: v1.1.0 _src_path: https://github.com/dafyddj/copier-renovate-presets +org_name: saltstack-formulas diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2dd6d13..222c9a3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,6 +42,7 @@ repos: groupManager.json| pre-commit.json| monthly.json| + update-github-actions.json| weekly.json| (?!) )$ diff --git a/update-github-actions.json b/update-github-actions.json new file mode 100644 index 0000000..86713b5 --- /dev/null +++ b/update-github-actions.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "description": "Group `github-actions` non-major updates and enable regex versions", + "extends": [ + "github>saltstack-formulas/.github:group-by-manager(github-actions,actions/images)", + "customManagers:githubActionsVersions" + ] +}