Skip to content

Update sinatra

Update sinatra #17

Workflow file for this run

# `dependabot.yml` file with customized Bundler configuration

Check failure on line 1 in .github/workflows/dependabot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dependabot.yml

Invalid workflow file

(Line: 6, Col: 1): Unexpected value 'version', (Line: 7, Col: 1): Unexpected value 'updates', (Line: 6, Col: 1): Required property is missing: jobs
# 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"