Merge pull request #6018 from jbampton/configure-dependabot-for-bundler

Configure Dependabot updates for Bundler/Ruby
This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-06-13 13:50:40 +09:00
committed by GitHub
+5
View File
@@ -1,6 +1,11 @@
# Basic set up
version: 2
updates:
# Maintain dependencies for Ruby
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"