Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 69bdd11b2a | |||
| acea8461af | |||
| 9b5ee7387a | |||
| 957db57cca | |||
| 1d3e7df2fa |
@@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"hostRules": [
|
"hostRules": [
|
||||||
{
|
{
|
||||||
"matchHost": "gitea.t000-n.de",
|
"matchHost": "https://gitea.t000-n.de/api/packages/t.behrendt/helm",
|
||||||
"hostType": "helm",
|
"hostType": "helm",
|
||||||
"username": "{{ secrets.HELM_REGISTRY_USER }}",
|
"username": "{{ secrets.HELM_REGISTRY_USER }}",
|
||||||
"password": "{{ secrets.HELM_REGISTRY_PASSWORD }}"
|
"password": "{{ secrets.HELM_REGISTRY_PASSWORD }}"
|
||||||
|
|||||||
1
k8s.json
1
k8s.json
@@ -2,7 +2,6 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"kubernetes": {
|
"kubernetes": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"fileMatch": ["^k8s/*\\.yaml$"],
|
|
||||||
"labels": ["deps", "k8s"]
|
"labels": ["deps", "k8s"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"local>t.behrendt/renovate-configs:common"
|
"local>t.behrendt/renovate-configs:common",
|
||||||
|
"local>t.behrendt/renovate-configs:action"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user