Skip to content

Commit e99e030

Browse files
committed
feat: add update-github-actions preset (via Copier)
1 parent d1418d9 commit e99e030

File tree

3 files changed

+11
-3
lines changed

3 files changed

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

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ repos:
4242
groupManager.json|
4343
pre-commit.json|
4444
monthly.json|
45+
update-github-actions.json|
4546
weekly.json|
4647
(?!)
4748
)$

update-github-actions.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 `github-actions` non-major updates and enable regex versions",
4+
"extends": [
5+
"github>saltstack-formulas/.github:group-by-manager(github-actions,actions/images)",
6+
"customManagers:githubActionsVersions"
7+
]
8+
}

0 commit comments

Comments
 (0)