Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit ec80f21

Browse files
chore(docs): update renovate to v43.6.1
| datasource | package | from | to | | ---------- | ------------------------------------------- | ------ | ------ | | git-refs | https://github.com/renovatebot/renovate.git | 43.6.0 | 43.6.1 |
1 parent e3875e6 commit ec80f21

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "renovate"]
22
path = deps/renovate
33
url = https://github.com/renovatebot/renovate.git
4-
branch = 43.6.0
4+
branch = 43.6.1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ifeq ($(STRICT),true)
77
endif
88

99
# renovate: datasource=git-refs depName=https://github.com/renovatebot/renovate.git
10-
RENOVATE_VERSION=43.6.0
10+
RENOVATE_VERSION=43.6.1
1111

1212
install:
1313
pnpm install --frozen-lockfile

bin/get-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
# renovate: datasource=git-refs depName=https://github.com/renovatebot/renovate.git
6-
RENOVATE_VERSION=43.6.0
6+
RENOVATE_VERSION=43.6.1
77

88
pwd=$PWD
99

0 commit comments

Comments
 (0)