Merge pull request #64 from actions/dependabot-config

Add Dependabot config for Bundler and Actions usage
This commit is contained in:
James M. Greene
2023-01-13 16:35:43 -06:00
committed by GitHub
+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"