Skip to content

Commit

Permalink
ci(doc): make renovatebot bump locked mdbook
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Jan 22, 2025
1 parent 3ce78f8 commit 817eae0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:recommended",
"customManagers:githubActionsVersions"
],
"labels": [
"dependencies"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1527,6 +1527,7 @@ jobs:
- name: Install mdbook
uses: taiki-e/install-action@v2
env:
# renovate: datasource=crates depName=mdbook
MDBOOK_VERSION: "0.4.43"
with:
tool: mdbook@${{ env.MDBOOK_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions ci/actions-templates/test-docs-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs: # skip-all
- name: Install mdbook
uses: taiki-e/install-action@v2
env:
# renovate: datasource=crates depName=mdbook
MDBOOK_VERSION: "0.4.43"
with:
tool: mdbook@${{ env.MDBOOK_VERSION }}
Expand Down

0 comments on commit 817eae0

Please sign in to comment.