Skip to content

Commit 417ce1b

Browse files
committed
ci(renovate): update Renovate action to latest version
- Upgrades the Renovate GitHub Action from v40.1.12 to v41.0.22. - Modifies the environment variable configuration to utilize the GitHub repository context for Renovate repositories.
1 parent cf18dfa commit 417ce1b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/renovate.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Run Renovate
16-
uses: renovatebot/github-action@v40.1.12
16+
uses: renovatebot/github-action@v41.0.22
1717
with:
1818
token: ${{ secrets.ES_GITHUB_PAT }}
19-
RENOVATE_REPOSITORIES: emberstack/kubernetes-reflector
19+
env:
20+
RENOVATE_REPOSITORIES: ${{ github.repository }}

0 commit comments

Comments
 (0)