Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,6 @@
]
},
"packageRules": [
{
"groupName": "renovate docker tag",
"matchDatasources": [
"docker"
],
"matchDepNames": [
"ghcr.io/renovatebot/renovate",
"renovate/renovate"
]
},
{
"matchDepTypes": [
"action"
Expand Down Expand Up @@ -117,6 +107,19 @@
},
"semanticCommitScope": "copier-template"
},
{
"description": "Group renovate docker tag and pre-commit-hooks tag",
"groupName": "renovate tag",
"matchDatasources": [
"docker",
"github-tags"
],
"matchDepNames": [
"ghcr.io/renovatebot/renovate",
"renovate/renovate",
"renovatebot/pre-commit-hooks"
]
},
{
"description": "Group apt packages to avoid failure when multiple packages are outdated.",
"groupName": "apt packages",
Expand Down
27 changes: 17 additions & 10 deletions template/.renovaterc.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,6 @@
[%- endif %]
"packageRules": [
[%- if project_name == "Serious Scaffold Python" %]
{
"groupName": "renovate docker tag",
"matchDatasources": [
"docker"
],
"matchDepNames": [
"ghcr.io/renovatebot/renovate",
"renovate/renovate"
]
},
{
"matchDepTypes": [
"action"
Expand Down Expand Up @@ -126,6 +116,23 @@
},
"semanticCommitScope": "copier-template"
},
{
"description": "Group renovate docker tag and pre-commit-hooks tag",
"groupName": "renovate tag",
"matchDatasources": [
"docker",
"github-tags"
],
"matchDepNames": [
[%- if repo_host_type == "github.com" %]
"ghcr.io/renovatebot/renovate",
[%- endif %]
[%- if repo_host_type == "gitlab.com" or reop_host_type == "gitlab-self-managed" or project_name == "Serious Scaffold Python" %]
"renovate/renovate",
[%- endif %]
"renovatebot/pre-commit-hooks"
]
},
{
"description": "Group apt packages to avoid failure when multiple packages are outdated.",
"groupName": "apt packages",
Expand Down