From ad341d3a8ce3bef43aa7e78268e75fa7c33b3c9c Mon Sep 17 00:00:00 2001 From: Ryan W Date: Tue, 3 May 2022 11:47:06 -0700 Subject: [PATCH] Configure dependabot to create PRs for Rails patch versions --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7e35a77..dedb0a8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,9 @@ updates: directory: "/" schedule: interval: daily + ignore: + - dependency-name: "rails" + update-types: ["version-update:semver-major", "version-update:semver-minor"] - package-ecosystem: github-actions directory: "/" schedule: