Compare commits
1 Commits
main
...
fafef4f011
| Author | SHA1 | Date | |
|---|---|---|---|
| fafef4f011 |
@@ -16,7 +16,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Increment tag
|
||||
id: tag
|
||||
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@11c694022eefab5876ac346fc9ffc0464b2548c7 # 0.1.30
|
||||
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@41b7e04221df8a033bec841d40a097b76e5f67ff # 0.1.29
|
||||
with:
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
prerelease: ${{ github.event_name == 'workflow_dispatch' }}
|
||||
|
||||
@@ -15,10 +15,9 @@ jobs:
|
||||
- "helm.json"
|
||||
- "common.json"
|
||||
- "docker-compose.json"
|
||||
- "bun-npm.json"
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- name: Validate "${{ matrix.json-file }}"
|
||||
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@121bd063c7d52c50e99befc9c162f9a40191a184 # 0.1.11
|
||||
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@6fe6639f0bb3e2964311ea7b0fbee0adc8514b03 # 0.1.10
|
||||
with:
|
||||
json-file: "./${{ matrix.json-file }}"
|
||||
|
||||
20
bun-npm.json
20
bun-npm.json
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["local>t.behrendt/renovate-configs:common"],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Group all minor and patch updates together",
|
||||
"groupName": "all non-major dependencies",
|
||||
"groupSlug": "all-minor-patch",
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchManagers": ["npm", "bun"]
|
||||
},
|
||||
{
|
||||
"description": "Group Bun releases",
|
||||
"groupName": "bun version",
|
||||
"groupSlug": "bun-version",
|
||||
"matchDatasources": ["github-tags", "docker"],
|
||||
"matchPackageNames": ["docker.io/oven/bun", "oven-sh/bun", "Bun"]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -6,16 +6,14 @@
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Don't update dependencies unless they are at least 7 days old",
|
||||
"matchPackageNames": ["*"],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"minimumReleaseAgeBehaviour": "timestamp-required",
|
||||
"internalChecksFilter": "strict"
|
||||
},
|
||||
{
|
||||
"description": "Exempt local dependencies from the minimum release age (last rule wins over earlier packageRules for the same options)",
|
||||
"description": "Exempt local dependencies from the minimum release age",
|
||||
"matchPackageNames": ["/^(https:\\/\\/)?gitea\\.t000-n\\.de/"],
|
||||
"minimumReleaseAge": "0 days",
|
||||
"internalChecksFilter": "none"
|
||||
"minimumReleaseAge": null
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user