From 52f6f032df1d04fde8af4c91c4eccbe4d70aa0bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 04:40:34 +0000 Subject: [PATCH 1/2] chore(deps): add renovate.json --- .github/renovate.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000..d62ffa18 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>aladdin-add/eslint-gha-configs//.github/renovate.json5"] +} From c4731159965441aeb2c8499f595e9a102d2c69c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Fri, 15 Dec 2023 17:28:52 +0800 Subject: [PATCH 2/2] chore: use renovate config in eslint repo Co-authored-by: Sebastian Good <2230835+scagood@users.noreply.github.com> --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index d62ffa18..7499aa8c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>aladdin-add/eslint-gha-configs//.github/renovate.json5"] + "extends": ["github>eslint/eslint//.github/renovate.json5"] }