From 9228ae97c5f4e27a3bd534d4b40c6f390cb8aaac Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 14 Nov 2022 16:52:20 -0800 Subject: Try to let dependabot maintain the version comment It seems like dependabot supports updating the `# vX.Y.Z` comment. The reason why I disabled this was that it failed to update this, but maybe it was because it had `, checking sha`. Let me try it again with that removed. --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 97adcabffe..b18fd29357 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,3 @@ updates: directory: '/' schedule: interval: 'weekly' - ignore: - # It doesn't update the version comment for us - - dependency-name: 'necojackarc/auto-request-review' -- cgit v1.2.1