From 57802a4464cee019c99df3091fa41f07cc38dc76 Mon Sep 17 00:00:00 2001 From: Lucas Messenger <1335960+layertwo@users.noreply.github.com> Date: Sat, 10 Jan 2026 22:28:01 -0500 Subject: [PATCH 1/2] chore(renovate): migrate to layertwo/renovate-config --- .github/renovate.json5 | 13 +++++++++++++ .github/workflows/python-tests.yml | 2 ++ renovate.json | 13 ------------- 3 files changed, 15 insertions(+), 13 deletions(-) create mode 100644 .github/renovate.json5 delete mode 100644 renovate.json diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..399d020 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,13 @@ +{ + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: [ + 'config:recommended', + 'docker:enableMajor', + 'mergeConfidence:all-badges', + ':disableRateLimiting', + ':semanticCommits', + 'github>layertwo/renovate-config//packages/aws', + 'github>layertwo/renovate-config//packages/noisy-npm', + 'github>layertwo/renovate-config//managers/aws' + ] +} \ No newline at end of file diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index fee5992..09c2bb5 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -9,6 +9,8 @@ on: - src/** - tests/** - .github/workflows/python-tests.yml + - pyproject.toml + - poetry.lock jobs: test: diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 1ea02cf..0000000 --- a/renovate.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ], - "packageRules": [ - { - "matchPackageNames": ["/kaleido/"], - "matchManagers": ["poetry"], - "enabled": false - } - ] -} From 1c379a6dd24cc9d63c5091b6b0aaefed08703afc Mon Sep 17 00:00:00 2001 From: Lucas Messenger <1335960+layertwo@users.noreply.github.com> Date: Sat, 10 Jan 2026 22:43:06 -0500 Subject: [PATCH 2/2] chore(renovate): scope to repo, not individual files --- .github/renovate.json5 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 399d020..6b4a9f5 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -6,8 +6,6 @@ 'mergeConfidence:all-badges', ':disableRateLimiting', ':semanticCommits', - 'github>layertwo/renovate-config//packages/aws', - 'github>layertwo/renovate-config//packages/noisy-npm', - 'github>layertwo/renovate-config//managers/aws' + 'github>layertwo/renovate-config' ] } \ No newline at end of file