Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Nov 18, 2024
2 parents b43d053 + 2bf094e commit f49abf6
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].2
uses: renovatebot/[email protected].3
with:
docker-cmd-file: .github/renovate-entrypoint.sh
docker-user: root
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].2
uses: renovatebot/[email protected].3
with:
token: ${{ secrets.RENOVATE_TOKEN }}
docker-volumes: |
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].2
uses: renovatebot/[email protected].3
with:
renovate-image: myproxyhub.domain.com/renovate/renovate
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -211,7 +211,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].2
uses: renovatebot/[email protected].3
with:
token: ${{ secrets.RENOVATE_TOKEN }}
```
Expand All @@ -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
....
Expand All @@ -233,9 +233,9 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].2
uses: renovatebot/[email protected].3
with:
renovate-version: 39.9.5
renovate-version: 39.19.1
token: ${{ secrets.RENOVATE_TOKEN }}
```

Expand All @@ -250,7 +250,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].2
uses: renovatebot/[email protected].3
with:
renovate-version: full
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].2
uses: renovatebot/[email protected].3
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand All @@ -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/[email protected].2
uses: renovatebot/[email protected].3
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -343,7 +343,7 @@ jobs:
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].2
uses: renovatebot/[email protected].3
with:
configurationFile: example/renovate-config.js
token: '${{ steps.get_token.outputs.token }}'
Expand All @@ -358,7 +358,7 @@ For example:

```yaml
- name: Self-hosted Renovate
uses: renovatebot/[email protected].2
uses: renovatebot/[email protected].3
with:
token: '${{ steps.get_token.outputs.token }}'
env:
Expand All @@ -382,7 +382,7 @@ For example if you wish to pass through some credentials for a [host rule](https
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].2
uses: renovatebot/[email protected].3
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -419,7 +419,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].2
uses: renovatebot/[email protected].3
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down Expand Up @@ -510,11 +510,11 @@ jobs:
sudo chown -R 12021:0 /tmp/renovate/
ls -R $cache_dir
- uses: renovatebot/[email protected].2
- uses: renovatebot/[email protected].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' }}
Expand Down Expand Up @@ -548,7 +548,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th
```yml
- name: Self-hosted Renovate
uses: renovatebot/[email protected].2
uses: renovatebot/[email protected].3
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f49abf6

Please sign in to comment.