feat: configure Dependabot for updates on Go and NPM (#449)

This commit is contained in:
Philipp Eckel
2025-10-07 17:01:56 +02:00
committed by GitHub
parent f653179cbf
commit 32ea7befaf

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

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