feat: add renovate and dependabot configuration

This commit is contained in:
Bart van der Braak 2023-07-27 10:13:22 +02:00
parent 0a7d2eb7b4
commit fede9a2142
2 changed files with 4 additions and 6 deletions

View file

@ -1,11 +1,5 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
reviewers:
- "bartvdbraak"
- package-ecosystem: "github-actions"
directory: "/"
schedule:

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

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