Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
This commit enables Dependabot to create PRs to keep our dependencies up to date. The YAML is copied directly from the parent repo orm-atlas (https://github.com/oreillymedia/orm-atlas/edit/main/.github/dependabot.yml)
  • Loading branch information
nadamsoreilly authored Aug 16, 2023
1 parent f89409e commit e901ed7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly"
versioning-strategy: lockfile-only

0 comments on commit e901ed7

Please sign in to comment.