Skip to content

Commit f647083

Browse files
committed
chore(copier): apply template copier-renovate-presets at v1.0.2
1 parent 13d89a2 commit f647083

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2+
_commit: v1.0.2
3+
_src_path: https://github.com/dafyddj/copier-renovate-presets

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ repos:
3838
(^|/).?renovate(?:rc)?(?:\.json5?)?$|
3939
default.json|
4040
copier.json|
41+
group-by-manager.json|
4142
groupManager.json|
4243
pre-commit.json|
4344
monthly.json|

group-by-manager.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"description": "Group non-major updates by manager",
4+
"packageRules": [
5+
{
6+
"groupName": "`{{arg0}}` non-major {{arg1}}",
7+
"matchManagers": ["{{arg0}}"],
8+
"matchUpdateTypes": ["digest", "minor", "patch"]
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)