Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b071a24e4 | |||
| 3e289e256e | |||
| 0520dc9a30 | |||
| 1bf040e9b5 |
@@ -24,10 +24,10 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Increment tag
|
||||
id: tag
|
||||
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@99bd74fe5366e32f91fe977eaff5f55aacb42600 # 0.1.43
|
||||
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@a4f52386bae401ac7a1b20d5706b861a66b833ca # 0.1.44
|
||||
with:
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
prerelease: ${{ github.event_name == 'workflow_dispatch' }}
|
||||
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@7f0c91330816ba347a02f8811dd3692d9f677996 # 0.2.13
|
||||
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@6cf63eee9ef1b152172e0b296c059729ff8f4bda # 0.2.14
|
||||
with:
|
||||
tag: ${{ steps.tag.outputs.new-tag }}
|
||||
|
||||
+14
-13
@@ -7,9 +7,18 @@
|
||||
"addLabels": ["deps", "npm"]
|
||||
},
|
||||
{
|
||||
"description": "Group all minor and patch updates together",
|
||||
"groupName": "all non-major dependencies",
|
||||
"groupSlug": "all-minor-patch",
|
||||
"description": "Group all minor and patch runtime dependency updates together",
|
||||
"groupName": "dependencies(non-major)",
|
||||
"groupSlug": "dependencies",
|
||||
"matchDepTypes": ["dependencies"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchManagers": ["npm", "bun"]
|
||||
},
|
||||
{
|
||||
"description": "Group all minor and patch development dependency updates together",
|
||||
"groupName": "devDependencies (non-major)",
|
||||
"groupSlug": "dev-dependencies",
|
||||
"matchDepTypes": ["devDependencies"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchManagers": ["npm", "bun"]
|
||||
},
|
||||
@@ -17,16 +26,8 @@
|
||||
"description": "Group Bun runtime version",
|
||||
"groupName": "bun version",
|
||||
"groupSlug": "bun-version",
|
||||
"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": ""
|
||||
"matchManagers": ["bun-version", "dockerfile"],
|
||||
"matchDepNames": ["Bun", "docker.io/oven/bun"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user