Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .copier-answers.renovate-presets.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ repos:
groupManager.json|
pre-commit.json|
monthly.json|
update-github-actions.json|
weekly.json|
(?!)
)$
8 changes: 8 additions & 0 deletions update-github-actions.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
Loading