Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 979fcd85a9 | |||
| 69bdd11b2a | |||
| acea8461af | |||
| 9b5ee7387a | |||
| 957db57cca | |||
| 1d3e7df2fa | |||
| 2df0f6b2c3 |
@@ -10,7 +10,7 @@ jobs:
|
||||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Increment tag
|
||||
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
- "common.json"
|
||||
- "docker-compose.json"
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
- name: Validate "${{ matrix.json-file }}"
|
||||
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2
|
||||
with:
|
||||
|
||||
@@ -8,7 +8,7 @@ jobs:
|
||||
name: Prerelease
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Increment tag
|
||||
|
||||
10
helm.json
10
helm.json
@@ -13,5 +13,13 @@
|
||||
"helmfile": {
|
||||
"enabled": true,
|
||||
"addLabels": ["deps", "helm"]
|
||||
}
|
||||
},
|
||||
"hostRules": [
|
||||
{
|
||||
"matchHost": "https://gitea.t000-n.de/api/packages/t.behrendt/helm",
|
||||
"hostType": "helm",
|
||||
"username": "{{ secrets.HELM_REGISTRY_USER }}",
|
||||
"password": "{{ secrets.HELM_REGISTRY_PASSWORD }}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
1
k8s.json
1
k8s.json
@@ -2,7 +2,6 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"kubernetes": {
|
||||
"enabled": true,
|
||||
"fileMatch": ["^k8s/*\\.yaml$"],
|
||||
"labels": ["deps", "k8s"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"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