chore(deps): Add dependabot configuration (#70)

This commit is contained in:
Steven Noorbergen
2024-03-03 20:35:10 +01:00
committed by GitHub
parent 84ae045274
commit b40ef9c06c

19
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
groups:
dependencies:
patterns:
- "*"
- package-ecosystem: npm
directory: /
schedule:
interval: monthly
groups:
dependencies:
patterns:
- "*"