File tree Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change 58
58
[%- endif %]
59
59
"packageRules": [
60
60
[%- if project_name == "Serious Scaffold Python" %]
61
- {
62
- "groupName": "renovate docker tag",
63
- "matchDatasources": [
64
- "docker"
65
- ],
66
- "matchDepNames": [
67
- "ghcr.io/renovatebot/renovate",
68
- "renovate/renovate"
69
- ]
70
- },
71
61
{
72
62
"matchDepTypes": [
73
63
"action"
126
116
},
127
117
"semanticCommitScope": "copier-template"
128
118
},
119
+ {
120
+ "description": "Group renovate docker tag and pre-commit-hooks tag",
121
+ "groupName": "renovate tag",
122
+ "matchDatasources": [
123
+ "docker",
124
+ "github-tags"
125
+ ],
126
+ "matchDepNames": [
127
+ [%- if repo_host_type == "github.com" %]
128
+ "ghcr.io/renovatebot/renovate",
129
+ [%- endif %]
130
+ [%- if repo_host_type == "gitlab.com" or reop_host_type == "gitlab-self-managed" or project_name == "Serious Scaffold Python" %]
131
+ "renovate/renovate",
132
+ [%- endif %]
133
+ "renovatebot/pre-commit-hooks"
134
+ ]
135
+ },
129
136
{
130
137
"description": "Group apt packages to avoid failure when multiple packages are outdated.",
131
138
"groupName": "apt packages",
You can’t perform that action at this time.
0 commit comments