Skip to content

Commit bfbd14e

Browse files
committed
update template
1 parent 0c21d14 commit bfbd14e

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

template/.renovaterc.json.jinja

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,27 @@
3131
"extends": [
3232
"config:best-practices",
3333
":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" %]
3636
"gitlabci": {
3737
"fileMatch": [
3838
"^.gitlab/workflows/.*\\.yml$"
3939
]
40-
}
41-
[%- endif %],
40+
},
41+
[%- endif %]
4242
"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 %]
4355
{
4456
"commitMessageTopic": "serious-scaffold-python",
4557
"matchDepTypes": [

0 commit comments

Comments
 (0)