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

14
.github/dependabot.yaml vendored Normal file
View file

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