Skip to content

Commit

Permalink
chore(pulumi): auto-applied labels.json5
Browse files Browse the repository at this point in the history
this file was auto-applied from pulumi
located here:
    - https://github.com/octodns-infomaniak/.github

Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR committed Nov 15, 2024
1 parent 0625242 commit dc87259
Showing 1 changed file with 20 additions and 35 deletions.
55 changes: 20 additions & 35 deletions .github/renovatebot/labels.json5.j2
Original file line number Diff line number Diff line change
@@ -1,59 +1,44 @@
{%- raw %}
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{%- if language == "python" %}
{
"matchUpdateTypes": ["major"],
"labels": ["type/major"]
},
{
"matchUpdateTypes": ["minor"],
"labels": ["type/minor"]
},
{
"matchUpdateTypes": ["patch"],
"labels": ["type/patch"]
"matchDatasources": ["pypi"],
"addLabels": ["renovate/pip"]
},
{%- elif language == "go" %}
{
"matchUpdateTypes": ["digest"],
"labels": ["type/digest"]
"matchDatasources": ["go"],
"addLabels": ["renovate/go"]
},
{%- endif %}
{%- if docker %}
{
"matchDatasources": ["docker"],
"addLabels": ["renovate/container"]
},
{%- endif %}
{%- if helm %}
{
"matchDatasources": ["helm"],
"addLabels": ["renovate/helm"]
},
{%- endif %}
{
"matchManagers": ["kustomize"],
"addLabels": ["renovate/kustomize"]
},
{
"matchDatasources": ["galaxy", "galaxy-collection"],
"addLabels": ["renovate/ansible"]
},
{
"matchDatasources": ["terraform-provider"],
"addLabels": ["renovate/terraform"]
"matchUpdateTypes": ["major"],
"labels": ["type/major"]
},
{
"matchDatasources": ["github-releases", "github-tags"],
"addLabels": ["renovate/github-release"]
"matchUpdateTypes": ["minor"],
"labels": ["type/minor"]
},
{
"matchManagers": ["github-actions"],
"addLabels": ["renovate/github-action"]
"matchUpdateTypes": ["patch"],
"labels": ["type/patch"]
},
{
"matchDatasources": ["pypi"],
"addLabels": ["renovate/pip"]
"matchUpdateTypes": ["digest"],
"labels": ["type/digest"]
},
{
"matchDatasources": ["go"],
"addLabels": ["renovate/go"]
}
]
}
{%- endraw %}
}

0 comments on commit dc87259

Please sign in to comment.