Update dependabot.yml #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# `dependabot.yml` file with customized Bundler configuration | |
# In this example, the name of the group is `dev-dependencies`, and | |
# only the `patterns` and `exclude-patterns` options are used. | |
# Grouping rules apply to version updates only. | |
version: 2 | |
updates: | |
# Keep bundler dependencies up to date | |
- package-ecosystem: "bundler" | |
directory: "/" | |
schedule: | |
interval: "weekly" |