Compare commits
10 Commits
0.15.5
...
4f365247f6
| Author | SHA1 | Date | |
|---|---|---|---|
|
4f365247f6
|
|||
|
82adfe5977
|
|||
| d1f0230ae6 | |||
| 8250869fd3 | |||
| 90885cbb52 | |||
| 0addf3f7a0 | |||
| c51a96d46e | |||
| 14c5432b26 | |||
| ffdc3468a4 | |||
| 5566f6e4c8 |
+1
-1
@@ -1 +1 @@
|
||||
1.3.11
|
||||
1.3.14
|
||||
|
||||
@@ -16,10 +16,10 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Increment 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@e393dbb067c09fd43519392572ccf63b66cba92d # 0.1.39
|
||||
with:
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
prerelease: ${{ github.event_name == 'workflow_dispatch' }}
|
||||
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@d658186b7db91d5a93dec78794c8585fa98af79c # 0.2.6
|
||||
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@29f50ea246d5d9a62ac3c611fa5c8a6e9846df5a # 0.2.8
|
||||
with:
|
||||
tag: ${{ steps.tag.outputs.new-tag }}
|
||||
|
||||
@@ -19,7 +19,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||
- 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@0.1.13-rc-a288738811de80673b21e7cd067fb116728548ee
|
||||
with:
|
||||
json-file: "./${{ matrix.json-file }}"
|
||||
|
||||
|
||||
+10
@@ -43,6 +43,16 @@
|
||||
"platformAutomerge": true,
|
||||
"automergeType": "pr",
|
||||
"addLabels": ["automerge"]
|
||||
},
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"matchUpdateTypes": ["major"],
|
||||
"matchPackageNames": ["actions/checkout"],
|
||||
"matchNewValue": "v7.0.0",
|
||||
"automerge": true,
|
||||
"platformAutomerge": true,
|
||||
"automergeType": "pr",
|
||||
"addLabels": ["automerge"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
+15
-3
@@ -2,6 +2,10 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["local>t.behrendt/renovate-configs:common"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["npm", "bun"],
|
||||
"addLabels": ["deps", "npm"]
|
||||
},
|
||||
{
|
||||
"description": "Group all minor and patch updates together",
|
||||
"groupName": "all non-major dependencies",
|
||||
@@ -10,11 +14,19 @@
|
||||
"matchManagers": ["npm", "bun"]
|
||||
},
|
||||
{
|
||||
"description": "Group Bun releases",
|
||||
"description": "Group Bun runtime version",
|
||||
"groupName": "bun version",
|
||||
"groupSlug": "bun-version",
|
||||
"matchDatasources": ["github-tags", "docker"],
|
||||
"matchPackageNames": ["docker.io/oven/bun", "oven-sh/bun", "Bun"]
|
||||
"matchManagers": ["bun-version"],
|
||||
"matchPackageNames": ["Bun", "bun"]
|
||||
},
|
||||
{
|
||||
"description": "Group Bun Docker image",
|
||||
"groupName": "bun version",
|
||||
"groupSlug": "bun-version",
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["docker.io/oven/bun", "oven/bun"],
|
||||
"additionalBranchPrefix": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["local>t.behrendt/renovate-configs:common"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["gomod"],
|
||||
"addLabels": ["deps", "go"]
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["golang", "gomod", "go"],
|
||||
"groupName": "go version",
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
{
|
||||
"matchManagers": ["helm-values"],
|
||||
"versioning": "docker",
|
||||
"separateMinorPatch": true
|
||||
"separateMinorPatch": true,
|
||||
"addLabels": ["deps", "helm"]
|
||||
}
|
||||
],
|
||||
"helmfile": {
|
||||
|
||||
Reference in New Issue
Block a user