feat: add cicd and renovate dependabot config

This commit is contained in:
Bart van der Braak 2024-02-16 08:49:20 +01:00
parent eed9c4161f
commit a8f31f82b8
4 changed files with 227 additions and 0 deletions

5
.github/renovate.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"reviewers": ["bartvdbraak"]
}