Skip to content

Commit 27870d6

Browse files
authored
Merge pull request #99 from saltstack-formulas/renovate/https-github.com-dafyddj-copier-renovate-presets-1.x
chore(deps): update dependency https://github.com/dafyddj/copier-renovate-presets to v1.2.0
2 parents af7a520 + 9ab5e12 commit 27870d6

4 files changed

Lines changed: 19 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v1.1.0
2+
_commit: v1.2.0
33
_src_path: https://github.com/dafyddj/copier-renovate-presets
44
org_name: saltstack-formulas

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ repos:
4444
pre-commit.json|
4545
monthly.json|
4646
update-github-actions.json|
47+
update-gitlab-ci.json|
48+
update-pre-commit.json|
4749
weekly.json|
4850
(?!)
4951
)$

update-gitlab-ci.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"description": "Group `gitlabci` non-major updates and enable regex versions",
4+
"extends": [
5+
"github>saltstack-formulas/.github:group-by-manager(gitlabci,images)",
6+
"customManagers:gitlabPipelineVersions"
7+
]
8+
}

update-pre-commit.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"description": "Enable `pre-commit` manager and group non-major updates",
4+
"extends": [
5+
"github>saltstack-formulas/.github:group-by-manager(pre-commit,hooks)",
6+
":enablePreCommit"
7+
]
8+
}

0 commit comments

Comments
 (0)