Compare commits
1 Commits
0.17.3
..
0d4ec718ce
| Author | SHA1 | Date | |
|---|---|---|---|
| 0d4ec718ce |
+1
-1
@@ -1 +1 @@
|
|||||||
1.3.14
|
1.3.11
|
||||||
|
|||||||
@@ -20,6 +20,6 @@ jobs:
|
|||||||
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@29f50ea246d5d9a62ac3c611fa5c8a6e9846df5a # 0.2.8
|
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@d658186b7db91d5a93dec78794c8585fa98af79c # 0.2.6
|
||||||
with:
|
with:
|
||||||
tag: ${{ steps.tag.outputs.new-tag }}
|
tag: ${{ steps.tag.outputs.new-tag }}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
- 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@30070f7f9c7376fd87998980078688f61cecda59 # 0.1.13
|
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 }}"
|
||||||
|
|
||||||
|
|||||||
-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