Configure Renovate (#4597)

* Add renovate.json

* update config

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pngwn <hello@pngwn.io>
This commit is contained in:
renovate[bot] 2023-06-21 15:43:04 +01:00 committed by GitHub
parent 2efa0b27ff
commit c66bba0ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
renovate.json Normal file
View File

@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>whitesource/merge-confidence:beta",
"config:base",
":preserveSemverRanges",
"group:allNonMajor",
":semanticCommitTypeAll(chore)"
],
"ignorePaths": ["**/demo/**", "**/requirements.txt"]
}