Compare commits
15 Commits
0.11.3
...
05c5a923e1
| Author | SHA1 | Date | |
|---|---|---|---|
| 05c5a923e1 | |||
| 49996d1108 | |||
| 78ad0f0588 | |||
| f8788986cb | |||
| 444178a987 | |||
| 18683271ea | |||
| b4939f348d | |||
| 57c07b187f | |||
| 2f62fcb133 | |||
| 33775370fa | |||
| 33bf5ccc6d | |||
| bd1feeac99 | |||
| 69de291373 | |||
| e358cfd27e | |||
| 696b64b9f9 |
@@ -11,15 +11,15 @@ jobs:
|
|||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||||
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@11c694022eefab5876ac346fc9ffc0464b2548c7 # 0.1.30
|
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@d6ea474a97989499561ba86fa974ad33215369f0 # 0.1.36
|
||||||
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@f386e2570df6a796ba0a69865c89ea0c1a7109ab # 0.2.2
|
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@38c1bbd8bad3e7965744d03de85faa4a5b808d1b # 0.2.4
|
||||||
with:
|
with:
|
||||||
tag: ${{ steps.tag.outputs.new-tag }}
|
tag: ${{ steps.tag.outputs.new-tag }}
|
||||||
|
|||||||
@@ -17,8 +17,8 @@ jobs:
|
|||||||
- "docker-compose.json"
|
- "docker-compose.json"
|
||||||
- "bun-npm.json"
|
- "bun-npm.json"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||||
- name: Validate "${{ matrix.json-file }}"
|
- name: Validate "${{ matrix.json-file }}"
|
||||||
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@121bd063c7d52c50e99befc9c162f9a40191a184 # 0.1.11
|
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@6bf2c1355ac4430a6fb77befd36fb95243fcaa3a # 0.1.12
|
||||||
with:
|
with:
|
||||||
json-file: "./${{ matrix.json-file }}"
|
json-file: "./${{ matrix.json-file }}"
|
||||||
|
|||||||
+34
@@ -5,6 +5,40 @@
|
|||||||
{
|
{
|
||||||
"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"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
+4
-3
@@ -10,10 +10,11 @@
|
|||||||
"matchManagers": ["npm", "bun"]
|
"matchManagers": ["npm", "bun"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Group Bun version and Docker version updates together",
|
"description": "Group Bun releases",
|
||||||
"groupName": "bun version",
|
"groupName": "bun version",
|
||||||
"groupSlug": "bun-version",
|
"groupSlug": "bun-version",
|
||||||
"matchPackageNames": ["Bun", "oven/bun"]
|
"matchDatasources": ["github-tags", "docker"],
|
||||||
|
"matchPackageNames": ["docker.io/oven/bun", "oven-sh/bun", "Bun"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
+29
-11
@@ -2,20 +2,38 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
"semanticCommits": "enabled",
|
"semanticCommits": "enabled",
|
||||||
"extends": ["config:best-practices", ":semanticCommitTypeAll(chore)"],
|
"extends": [
|
||||||
|
"config:recommended",
|
||||||
|
"docker:pinDigests",
|
||||||
|
"helpers:pinGitHubActionDigests",
|
||||||
|
":configMigration",
|
||||||
|
":pinDevDependencies",
|
||||||
|
"abandonments:recommended",
|
||||||
|
":maintainLockFilesWeekly",
|
||||||
|
":semanticCommitTypeAll(chore)"
|
||||||
|
],
|
||||||
"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 (except for internal deps).",
|
||||||
"matchPackageNames": ["*"],
|
"matchPackageNames": [
|
||||||
|
"!https://gitea.t000-n.de/t.behrendt/**"
|
||||||
|
],
|
||||||
"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)",
|
|
||||||
"matchPackageNames": ["/^(https:\\/\\/)?gitea\\.t000-n\\.de/"],
|
|
||||||
"minimumReleaseAge": "0 days",
|
|
||||||
"internalChecksFilter": "none"
|
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
}
|
"osvVulnerabilityAlerts": true,
|
||||||
|
"dependencyDashboardOSVVulnerabilitySummary": "all",
|
||||||
|
"vulnerabilityAlerts": {
|
||||||
|
"enabled": true,
|
||||||
|
"automerge": true,
|
||||||
|
"platformAutomerge": true,
|
||||||
|
"automergeType": "pr",
|
||||||
|
"addLabels": [
|
||||||
|
"automerge",
|
||||||
|
"security"
|
||||||
|
],
|
||||||
|
"vulnerabilityFixStrategy": "lowest"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user