Merge branch 'main' into patch-1

This commit is contained in:
Michael Kriese 2024-11-18 10:30:14 +01:00 committed by GitHub
commit f49abf645d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 42 additions and 42 deletions

View file

@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true
env:
RENOVATE_VERSION: 39.11.7 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate
RENOVATE_VERSION: 39.19.1 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate
jobs:
prepare:

View file

@ -100,7 +100,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.2
uses: renovatebot/github-action@v41.0.3
with:
docker-cmd-file: .github/renovate-entrypoint.sh
docker-user: root
@ -143,7 +143,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.2
uses: renovatebot/github-action@v41.0.3
with:
token: ${{ secrets.RENOVATE_TOKEN }}
docker-volumes: |
@ -194,7 +194,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.2
uses: renovatebot/github-action@v41.0.3
with:
renovate-image: myproxyhub.domain.com/renovate/renovate
token: ${{ secrets.RENOVATE_TOKEN }}
@ -211,7 +211,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.2
uses: renovatebot/github-action@v41.0.3
with:
token: ${{ secrets.RENOVATE_TOKEN }}
```
@ -222,7 +222,7 @@ The Renovate version to use.
If omitted the action will use the [`default version`](./action.yml#L28) Docker tag.
Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags).
This sample will use `ghcr.io/renovatebot/renovate:39.9.5` image.
This sample will use `ghcr.io/renovatebot/renovate:39.19.1` image.
```yml
....
@ -233,9 +233,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.2
uses: renovatebot/github-action@v41.0.3
with:
renovate-version: 39.9.5
renovate-version: 39.19.1
token: ${{ secrets.RENOVATE_TOKEN }}
```
@ -250,7 +250,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.2
uses: renovatebot/github-action@v41.0.3
with:
renovate-version: full
token: ${{ secrets.RENOVATE_TOKEN }}
@ -285,7 +285,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.2
uses: renovatebot/github-action@v41.0.3
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
@ -298,7 +298,7 @@ If you want to use the Renovate Action on a GitHub Enterprise instance you have
```yml
....
- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.2
uses: renovatebot/github-action@v41.0.3
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
@ -343,7 +343,7 @@ jobs:
uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.2
uses: renovatebot/github-action@v41.0.3
with:
configurationFile: example/renovate-config.js
token: '${{ steps.get_token.outputs.token }}'
@ -358,7 +358,7 @@ For example:
```yaml
- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.2
uses: renovatebot/github-action@v41.0.3
with:
token: '${{ steps.get_token.outputs.token }}'
env:
@ -382,7 +382,7 @@ For example if you wish to pass through some credentials for a [host rule](https
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.2
uses: renovatebot/github-action@v41.0.3
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
@ -419,7 +419,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.2
uses: renovatebot/github-action@v41.0.3
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
@ -510,11 +510,11 @@ jobs:
sudo chown -R 12021:0 /tmp/renovate/
ls -R $cache_dir
- uses: renovatebot/github-action@v41.0.2
- uses: renovatebot/github-action@v41.0.3
with:
configurationFile: renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }}
renovate-version: 39.9.5
renovate-version: 39.19.1
env:
# This enables the cache -- if this is set, it's not necessary to add it to renovate.json.
RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }}
@ -548,7 +548,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th
```yml
- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.2
uses: renovatebot/github-action@v41.0.3
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}

View file

@ -41,7 +41,7 @@
"@commitlint/config-conventional": "19.5.0",
"@eslint/js": "9.14.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "11.0.0",
"@semantic-release/github": "11.0.1",
"@semantic-release/npm": "12.0.1",
"@tsconfig/node20": "20.1.4",
"@tsconfig/strictest": "2.0.5",

46
pnpm-lock.yaml generated
View file

@ -28,8 +28,8 @@ importers:
specifier: 10.0.1
version: 10.0.1(semantic-release@24.2.0(typescript@5.6.3))
'@semantic-release/github':
specifier: 11.0.0
version: 11.0.0(semantic-release@24.2.0(typescript@5.6.3))
specifier: 11.0.1
version: 11.0.1(semantic-release@24.2.0(typescript@5.6.3))
'@semantic-release/npm':
specifier: 12.0.1
version: 12.0.1(semantic-release@24.2.0(typescript@5.6.3))
@ -348,8 +348,8 @@ packages:
resolution: {integrity: sha512-xp5Jirz5DyPYlPiKat8jaq0EmYvDXKKpzTbxXMpT9eqlRJkRKIz9AGMdlvYjih+im+QlhWrpvVjl8IPC/lHlUw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/eslintrc@3.1.0':
resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==}
'@eslint/eslintrc@3.2.0':
resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/js@9.14.0':
@ -360,8 +360,8 @@ packages:
resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/plugin-kit@0.2.2':
resolution: {integrity: sha512-CXtq5nR4Su+2I47WPOlWud98Y5Lv8Kyxp2ukhgFx/eW6Blm18VXJO5WuQylPugRo8nbluoi6GvvxBLqHcvqUUw==}
'@eslint/plugin-kit@0.2.3':
resolution: {integrity: sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@fastify/busboy@2.1.1':
@ -491,8 +491,8 @@ packages:
peerDependencies:
semantic-release: '>=18.0.0'
'@semantic-release/github@11.0.0':
resolution: {integrity: sha512-Uon6G6gJD8U1JNvPm7X0j46yxNRJ8Ui6SgK4Zw5Ktu8RgjEft3BGn+l/RX1TTzhhO3/uUcKuqM+/9/ETFxWS/Q==}
'@semantic-release/github@11.0.1':
resolution: {integrity: sha512-Z9cr0LgU/zgucbT9cksH0/pX9zmVda9hkDPcgIE0uvjMQ8w/mElDivGjx1w1pEQ+MuQJ5CBq3VCF16S6G4VH3A==}
engines: {node: '>=20.8.1'}
peerDependencies:
semantic-release: '>=24.1.0'
@ -832,8 +832,8 @@ packages:
typescript:
optional: true
cross-spawn@7.0.3:
resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
cross-spawn@7.0.5:
resolution: {integrity: sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==}
engines: {node: '>= 8'}
crypto-random-string@4.0.0:
@ -2524,7 +2524,7 @@ snapshots:
'@eslint/core@0.7.0': {}
'@eslint/eslintrc@3.1.0':
'@eslint/eslintrc@3.2.0':
dependencies:
ajv: 6.12.6
debug: 4.3.7
@ -2542,7 +2542,7 @@ snapshots:
'@eslint/object-schema@2.1.4': {}
'@eslint/plugin-kit@0.2.2':
'@eslint/plugin-kit@0.2.3':
dependencies:
levn: 0.4.1
@ -2688,7 +2688,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@semantic-release/github@11.0.0(semantic-release@24.2.0(typescript@5.6.3))':
'@semantic-release/github@11.0.1(semantic-release@24.2.0(typescript@5.6.3))':
dependencies:
'@octokit/core': 6.1.2
'@octokit/plugin-paginate-rest': 11.3.5(@octokit/core@6.1.2)
@ -3082,7 +3082,7 @@ snapshots:
optionalDependencies:
typescript: 5.6.3
cross-spawn@7.0.3:
cross-spawn@7.0.5:
dependencies:
path-key: 3.1.1
shebang-command: 2.0.0
@ -3200,9 +3200,9 @@ snapshots:
'@eslint-community/regexpp': 4.12.1
'@eslint/config-array': 0.18.0
'@eslint/core': 0.7.0
'@eslint/eslintrc': 3.1.0
'@eslint/eslintrc': 3.2.0
'@eslint/js': 9.14.0
'@eslint/plugin-kit': 0.2.2
'@eslint/plugin-kit': 0.2.3
'@humanfs/node': 0.16.6
'@humanwhocodes/module-importer': 1.0.1
'@humanwhocodes/retry': 0.4.1
@ -3210,7 +3210,7 @@ snapshots:
'@types/json-schema': 7.0.15
ajv: 6.12.6
chalk: 4.1.2
cross-spawn: 7.0.3
cross-spawn: 7.0.5
debug: 4.3.7
escape-string-regexp: 4.0.0
eslint-scope: 8.2.0
@ -3258,7 +3258,7 @@ snapshots:
execa@5.1.1:
dependencies:
cross-spawn: 7.0.3
cross-spawn: 7.0.5
get-stream: 6.0.1
human-signals: 2.1.0
is-stream: 2.0.1
@ -3270,7 +3270,7 @@ snapshots:
execa@8.0.1:
dependencies:
cross-spawn: 7.0.3
cross-spawn: 7.0.5
get-stream: 8.0.1
human-signals: 5.0.0
is-stream: 3.0.0
@ -3283,7 +3283,7 @@ snapshots:
execa@9.5.1:
dependencies:
'@sindresorhus/merge-streams': 4.0.0
cross-spawn: 7.0.3
cross-spawn: 7.0.5
figures: 6.1.0
get-stream: 9.0.1
human-signals: 8.0.0
@ -3362,7 +3362,7 @@ snapshots:
foreground-child@3.3.0:
dependencies:
cross-spawn: 7.0.3
cross-spawn: 7.0.5
signal-exit: 4.1.0
from2@2.3.0:
@ -3813,7 +3813,7 @@ snapshots:
npm-run-all2@7.0.1:
dependencies:
ansi-styles: 6.2.1
cross-spawn: 7.0.3
cross-spawn: 7.0.5
memorystream: 0.3.1
minimatch: 9.0.5
pidtree: 0.6.0
@ -4060,7 +4060,7 @@ snapshots:
dependencies:
'@semantic-release/commit-analyzer': 13.0.0(semantic-release@24.2.0(typescript@5.6.3))
'@semantic-release/error': 4.0.0
'@semantic-release/github': 11.0.0(semantic-release@24.2.0(typescript@5.6.3))
'@semantic-release/github': 11.0.1(semantic-release@24.2.0(typescript@5.6.3))
'@semantic-release/npm': 12.0.1(semantic-release@24.2.0(typescript@5.6.3))
'@semantic-release/release-notes-generator': 14.0.1(semantic-release@24.2.0(typescript@5.6.3))
aggregate-error: 5.0.0