Skip to content

Commit 3b30189

Browse files
gha(renovatebot): update renovate bot to v41.0.7 (#307)
* chore(config): migrate config .github/renovate.json * Update renovatebot action Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Taras <9948629+taraspos@users.noreply.github.com>
1 parent 7d2b7d4 commit 3b30189

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended"
55
]
66
}

.github/workflows/renovate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232

3333
- name: Self-hosted Renovate
34-
uses: renovatebot/github-action@v40.2.0
34+
uses: renovatebot/github-action@v41.0.7
3535
env:
3636
RENOVATE_REPOSITORIES: '["${{ github.repository }}"]'
3737
LOG_LEVEL: "${{inputs.log-level || 'info'}}"

0 commit comments

Comments
 (0)