Skip to content

Commit 817eae0

Browse files
committed
ci(doc): make renovatebot bump locked mdbook
1 parent 3ce78f8 commit 817eae0

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"config:recommended",
5+
"customManagers:githubActionsVersions"
56
],
67
"labels": [
78
"dependencies"

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,6 +1527,7 @@ jobs:
15271527
- name: Install mdbook
15281528
uses: taiki-e/install-action@v2
15291529
env:
1530+
# renovate: datasource=crates depName=mdbook
15301531
MDBOOK_VERSION: "0.4.43"
15311532
with:
15321533
tool: mdbook@${{ env.MDBOOK_VERSION }}

ci/actions-templates/test-docs-template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs: # skip-all
1414
- name: Install mdbook
1515
uses: taiki-e/install-action@v2
1616
env:
17+
# renovate: datasource=crates depName=mdbook
1718
MDBOOK_VERSION: "0.4.43"
1819
with:
1920
tool: mdbook@${{ env.MDBOOK_VERSION }}

0 commit comments

Comments
 (0)