diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-08-16 14:54:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-16 14:54:48 +0200 |
commit | 578b8971485045bd42a10f1f60d3e862cb56f0f9 (patch) | |
tree | 4d79d11b8def218f6c273171ebae59a5e563d67c | |
parent | 70a148dd86be9c8ccc56e1fce232262475aa3158 (diff) | |
download | warden-578b8971485045bd42a10f1f60d3e862cb56f0f9.tar.bz2 warden-578b8971485045bd42a10f1f60d3e862cb56f0f9.zip |
chore: Configure Renovate (#1)
* Add renovate.json
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | .github/renovate.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..0568be1 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,15 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ], + "automergeType": "branch", + "semanticCommits": "enabled", + "packageRules": [ + { + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true + } + ] +} |