ci(dependabot config): initial version (#15)

Configures Dependabot version updates, which enables Dependabot to open
pull requests automatically to keep dependencies up-to-date when new
versions are available.
This commit is contained in:
Parker Brown
2023-08-21 21:44:26 -07:00
committed by GitHub
parent cb1fcdda59
commit e5568a0249
+10
View File
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"