Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Mar 7, 2024
1 parent f9086c5 commit 7f605c0
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions template/.renovaterc.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,27 @@
"extends": [
"config:best-practices",
":maintainLockFilesWeekly"
]
[%- if repo_host_type == "gitlab.com" or reop_host_type == "gitlab-self-managed" or project_name == "Serious Scaffold Python" %],
],
[%- if repo_host_type == "gitlab.com" or reop_host_type == "gitlab-self-managed" or project_name == "Serious Scaffold Python" %]
"gitlabci": {
"fileMatch": [
"^.gitlab/workflows/.*\\.yml$"
]
}
[%- endif %],
},
[%- endif %]
"packageRules": [
[%- if project_name == "Serious Scaffold Python" %]
{
"groupName": "renovate docker tag",
"matchDatasources": [
"docker"
],
"matchDepNames": [
"ghcr.io/renovatebot/renovate",
"renovate/renovate"
]
},
[%- endif %]
{
"commitMessageTopic": "serious-scaffold-python",
"matchDepTypes": [
Expand Down

0 comments on commit 7f605c0

Please sign in to comment.