We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2b7d4 commit 3b30189Copy full SHA for 3b30189
.github/renovate.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:base"
+ "config:recommended"
5
]
6
}
.github/workflows/renovate.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/checkout@v4
32
33
- name: Self-hosted Renovate
34
- uses: renovatebot/github-action@v40.2.0
+ uses: renovatebot/github-action@v41.0.7
35
env:
36
RENOVATE_REPOSITORIES: '["${{ github.repository }}"]'
37
LOG_LEVEL: "${{inputs.log-level || 'info'}}"
0 commit comments