From e901ed7e5ff292c623556c43693252c3795b81c0 Mon Sep 17 00:00:00 2001 From: Nick Adams Date: Wed, 16 Aug 2023 09:40:15 -0400 Subject: [PATCH] Create dependabot.yml 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) --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ef0b78f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "bundler" + directory: "/" + schedule: + interval: "weekly" + versioning-strategy: lockfile-only