Compare commits
1 Commits
0.15.0
..
8ed4f8e8fe
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ed4f8e8fe |
@@ -16,7 +16,7 @@ jobs:
|
|||||||
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@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' }}
|
||||||
|
|||||||
-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
-11
@@ -17,15 +17,5 @@
|
|||||||
"minimumReleaseAge": "0 days",
|
"minimumReleaseAge": "0 days",
|
||||||
"internalChecksFilter": "none"
|
"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