Compare commits
1 Commits
0.17.1
..
2ad70f6ee6
| Author | SHA1 | Date | |
|---|---|---|---|
|
2ad70f6ee6
|
+1
-1
@@ -1 +1 @@
|
|||||||
1.3.14
|
1.3.11
|
||||||
|
|||||||
@@ -16,10 +16,10 @@ 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@e393dbb067c09fd43519392572ccf63b66cba92d # 0.1.39
|
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@b8806ee0141a44be30e8734dff15001361be100c # 0.1.35
|
||||||
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@0841ccc70fc2c1526123785f3b0a510a6ba4bdfc # 0.2.7
|
- 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 }}
|
||||||
|
|||||||
-10
@@ -43,16 +43,6 @@
|
|||||||
"platformAutomerge": true,
|
"platformAutomerge": true,
|
||||||
"automergeType": "pr",
|
"automergeType": "pr",
|
||||||
"addLabels": ["automerge"]
|
"addLabels": ["automerge"]
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchManagers": ["github-actions"],
|
|
||||||
"matchUpdateTypes": ["major"],
|
|
||||||
"matchPackageNames": ["actions/checkout"],
|
|
||||||
"matchNewValue": "v7.0.0",
|
|
||||||
"automerge": true,
|
|
||||||
"platformAutomerge": true,
|
|
||||||
"automergeType": "pr",
|
|
||||||
"addLabels": ["automerge"]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
+3
-15
@@ -2,10 +2,6 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["local>t.behrendt/renovate-configs:common"],
|
"extends": ["local>t.behrendt/renovate-configs:common"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
|
||||||
"matchManagers": ["npm", "bun"],
|
|
||||||
"addLabels": ["deps", "npm"]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"description": "Group all minor and patch updates together",
|
"description": "Group all minor and patch updates together",
|
||||||
"groupName": "all non-major dependencies",
|
"groupName": "all non-major dependencies",
|
||||||
@@ -14,19 +10,11 @@
|
|||||||
"matchManagers": ["npm", "bun"]
|
"matchManagers": ["npm", "bun"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Group Bun runtime version",
|
"description": "Group Bun releases",
|
||||||
"groupName": "bun version",
|
"groupName": "bun version",
|
||||||
"groupSlug": "bun-version",
|
"groupSlug": "bun-version",
|
||||||
"matchManagers": ["bun-version"],
|
"matchDatasources": ["github-tags", "docker"],
|
||||||
"matchPackageNames": ["Bun", "bun"]
|
"matchPackageNames": ["docker.io/oven/bun", "oven-sh/bun", "Bun"]
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "Group Bun Docker image",
|
|
||||||
"groupName": "bun version",
|
|
||||||
"groupSlug": "bun-version",
|
|
||||||
"matchDatasources": ["docker"],
|
|
||||||
"matchPackageNames": ["docker.io/oven/bun", "oven/bun"],
|
|
||||||
"additionalBranchPrefix": ""
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,10 +2,6 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["local>t.behrendt/renovate-configs:common"],
|
"extends": ["local>t.behrendt/renovate-configs:common"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
|
||||||
"matchManagers": ["gomod"],
|
|
||||||
"addLabels": ["deps", "go"]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["golang", "gomod", "go"],
|
"matchPackageNames": ["golang", "gomod", "go"],
|
||||||
"groupName": "go version",
|
"groupName": "go version",
|
||||||
|
|||||||
Reference in New Issue
Block a user