Add Dependabot config for Bundler and Actions usage

This commit is contained in:
James M. Greene
2023-01-13 15:55:35 -06:00
committed by GitHub
parent 6869c68475
commit 1c61293af1
+11
View File
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"