diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..6b4a9f5 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,11 @@ +{ + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: [ + 'config:recommended', + 'docker:enableMajor', + 'mergeConfidence:all-badges', + ':disableRateLimiting', + ':semanticCommits', + 'github>layertwo/renovate-config' + ] +} \ 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 - } - ] -}