Configure Renovate (#3)

Co-authored-by: Renovate Bot <sam+renovate@samtherapy.net>
Co-committed-by: Renovate Bot <sam+renovate@samtherapy.net>
This commit is contained in:
Renovate Bot 2023-01-03 16:37:00 +00:00 committed by Not Sam
parent 63c262b028
commit e5bf6169d8
1 changed files with 12 additions and 0 deletions

12
renovate.json Normal file
View File

@ -0,0 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":npm",
":gomod",
":pinSkipCi",
":docker",
":enableVulnerabilityAlerts",
":semanticCommits"
]
}