Skip to content

Commit

Permalink
ci: fix dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwinter authored Mar 25, 2024
1 parent 4b6e8f8 commit 71f61eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 71f61eb

Please sign in to comment.