Compare commits

...

2 commits

Author SHA1 Message Date
48951d8307
ci: configure renovate
Some checks failed
CI / Test (pull_request) Failing after 2m52s
2024-06-27 05:21:32 +02:00
Renovate Bot
f6e2d37b5a Add renovate.json
Some checks failed
CI / Test (pull_request) Failing after 2m25s
2024-06-27 03:00:18 +00:00

14
renovate.json Normal file
View file

@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
":approveMajorUpdates",
":maintainLockFilesWeekly",
"schedule:daily"
],
"semanticCommits": "enabled",
"automergeStrategy": "squash",
"osvVulnerabilityAlerts": true,
"labels": ["dependency-upgrade"],
"enabledManagers": ["cargo"]
}