Configure Dependabot updates for Bundler/Ruby

https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates#supported-repositories-and-ecosystems

In future this will keep the Gemfile.lock up to date
This commit is contained in:
John Bampton
2023-06-13 12:43:13 +10:00
parent 17720c9b7b
commit 760ce71af0
+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: "/"