-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update renovatebot/github-action action to v41.0.10 (#1082)
Co-authored-by: Renovate Bot <[email protected]>
- Loading branch information
1 parent
65ebb7f
commit b4f645e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
renovate: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: renovatebot/[email protected].9 | ||
- uses: renovatebot/[email protected].10 | ||
env: | ||
RENOVATE_REPOSITORIES: ${{ github.repository }} | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -420,7 +420,7 @@ jobs: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
issue-message: "Hello, thanks for adding an issue for the first time!" | ||
pr-message: "Hello, thanks for contributing for the first time!" | ||
- uses: renovatebot/[email protected].9 # integration, node action with call to docker, docker flags that make injection more complicated, then call a node script via exec that already is injected with otel | ||
- uses: renovatebot/[email protected].10 # integration, node action with call to docker, docker flags that make injection more complicated, then call a node script via exec that already is injected with otel | ||
env: | ||
RENOVATE_DRY_RUN: full | ||
RENOVATE_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|