diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dbf833f..60cffaf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,11 @@ version: 2 updates: - - package-ecosystem: "bundler" - directory: "/" + - package-ecosystem: bundler + directory: / schedule: - interval: "daily" + interval: daily commit-message: - prefix: "build(deps): " - prefix-development: "build(deps-dev): " + prefix: build(deps) + prefix-development: build(deps-dev) assignees: - davidwinter