Compare commits
1 Commits
0.13.0
..
cf18ba87eb
| Author | SHA1 | Date | |
|---|---|---|---|
| cf18ba87eb |
@@ -11,15 +11,15 @@ jobs:
|
|||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Increment tag
|
- name: Increment tag
|
||||||
id: tag
|
id: tag
|
||||||
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@b8806ee0141a44be30e8734dff15001361be100c # 0.1.35
|
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@41b7e04221df8a033bec841d40a097b76e5f67ff # 0.1.29
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
token: ${{ secrets.GITEA_TOKEN }}
|
||||||
prerelease: ${{ github.event_name == 'workflow_dispatch' }}
|
prerelease: ${{ github.event_name == 'workflow_dispatch' }}
|
||||||
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@38c1bbd8bad3e7965744d03de85faa4a5b808d1b # 0.2.4
|
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@c988c26746e621504d69739382e4a19f4ace5120 # 0.1.6
|
||||||
with:
|
with:
|
||||||
tag: ${{ steps.tag.outputs.new-tag }}
|
tag: ${{ steps.tag.outputs.new-tag }}
|
||||||
|
|||||||
@@ -15,10 +15,9 @@ jobs:
|
|||||||
- "helm.json"
|
- "helm.json"
|
||||||
- "common.json"
|
- "common.json"
|
||||||
- "docker-compose.json"
|
- "docker-compose.json"
|
||||||
- "bun-npm.json"
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Validate "${{ matrix.json-file }}"
|
- name: Validate "${{ matrix.json-file }}"
|
||||||
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@6bf2c1355ac4430a6fb77befd36fb95243fcaa3a # 0.1.12
|
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@6fe6639f0bb3e2964311ea7b0fbee0adc8514b03 # 0.1.10
|
||||||
with:
|
with:
|
||||||
json-file: "./${{ matrix.json-file }}"
|
json-file: "./${{ matrix.json-file }}"
|
||||||
|
|||||||
-34
@@ -5,40 +5,6 @@
|
|||||||
{
|
{
|
||||||
"matchManagers": ["github-actions"],
|
"matchManagers": ["github-actions"],
|
||||||
"addLabels": ["deps", "action"]
|
"addLabels": ["deps", "action"]
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchManagers": ["github-actions"],
|
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
|
||||||
"matchPackageNames": [
|
|
||||||
"https://gitea.t000-n.de/t.behrendt/actions/*",
|
|
||||||
"https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment",
|
|
||||||
"https://gitea.t000-n.de/t.behrendt/k_deploy_workflows",
|
|
||||||
"https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action",
|
|
||||||
|
|
||||||
"actions/checkout",
|
|
||||||
"actions/cache",
|
|
||||||
"actions/cache/*",
|
|
||||||
"actions/setup-go",
|
|
||||||
|
|
||||||
"azure/setup-kubectl",
|
|
||||||
"azure/setup-helm",
|
|
||||||
"azure/k8s-set-context",
|
|
||||||
"azure/k8s-create-secret",
|
|
||||||
"azure/k8s-deploy",
|
|
||||||
"azure/k8s-lint",
|
|
||||||
|
|
||||||
"helmfile/helmfile-action",
|
|
||||||
|
|
||||||
"docker/setup-buildx-action",
|
|
||||||
"docker/login-action",
|
|
||||||
"docker/build-push-action",
|
|
||||||
|
|
||||||
"oven-sh/setup-bun"
|
|
||||||
],
|
|
||||||
"automerge": true,
|
|
||||||
"platformAutomerge": true,
|
|
||||||
"automergeType": "pr",
|
|
||||||
"addLabels": ["automerge"]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"extends": ["local>t.behrendt/renovate-configs:common"],
|
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"description": "Group all minor and patch updates together",
|
|
||||||
"groupName": "all non-major dependencies",
|
|
||||||
"groupSlug": "all-minor-patch",
|
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
|
||||||
"matchManagers": ["npm", "bun"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "Group Bun releases",
|
|
||||||
"groupName": "bun version",
|
|
||||||
"groupSlug": "bun-version",
|
|
||||||
"matchDatasources": ["github-tags", "docker"],
|
|
||||||
"matchPackageNames": ["docker.io/oven/bun", "oven-sh/bun", "Bun"]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
+3
-9
@@ -6,20 +6,14 @@
|
|||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Don't update dependencies unless they are at least 7 days old",
|
"description": "Don't update dependencies unless they are at least 7 days old",
|
||||||
"matchPackageNames": ["*"],
|
|
||||||
"minimumReleaseAge": "7 days",
|
"minimumReleaseAge": "7 days",
|
||||||
"minimumReleaseAgeBehaviour": "timestamp-required",
|
"minimumReleaseAgeBehaviour": "timestamp-required",
|
||||||
"internalChecksFilter": "strict"
|
"internalChecksFilter": "strict"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Exempt local dependencies from the minimum release age (last rule wins over earlier packageRules for the same options)",
|
"description": "Exempt local dependencies from the minimum release age",
|
||||||
"matchPackageNames": ["/^(https:\\/\\/)?gitea\\.t000-n\\.de/"],
|
"matchPackageNames": ["/^(https:\\/\\/)?gitea\\.t000-n\\.de/"],
|
||||||
"minimumReleaseAge": "0 days",
|
"minimumReleaseAge": null
|
||||||
"internalChecksFilter": "none"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"osvVulnerabilityAlerts": true,
|
|
||||||
"vulnerabilityAlerts": {
|
|
||||||
"enabled": true
|
|
||||||
}
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user