File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 31
31
"extends": [
32
32
"config:best-practices",
33
33
":maintainLockFilesWeekly"
34
- ]
35
- [%- if repo_host_type == "gitlab.com" or reop_host_type == "gitlab-self-managed" or project_name == "Serious Scaffold Python" %],
34
+ ],
35
+ [%- if repo_host_type == "gitlab.com" or reop_host_type == "gitlab-self-managed" or project_name == "Serious Scaffold Python" %]
36
36
"gitlabci": {
37
37
"fileMatch": [
38
38
"^.gitlab/workflows/.*\\.yml$"
39
39
]
40
- }
41
- [%- endif %],
40
+ },
41
+ [%- endif %]
42
42
"packageRules": [
43
+ [%- if project_name == "Serious Scaffold Python" %]
44
+ {
45
+ "groupName": "renovate docker tag",
46
+ "matchDatasources": [
47
+ "docker"
48
+ ],
49
+ "matchDepNames": [
50
+ "ghcr.io/renovatebot/renovate",
51
+ "renovate/renovate"
52
+ ]
53
+ },
54
+ [%- endif %]
43
55
{
44
56
"commitMessageTopic": "serious-scaffold-python",
45
57
"matchDepTypes": [
You can’t perform that action at this time.
0 commit comments