summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-11-14 16:52:20 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-11-14 16:53:14 -0800
commit9228ae97c5f4e27a3bd534d4b40c6f390cb8aaac (patch)
tree56762fe1f1564257b06dd5047c7b23c129d90fab /.github/dependabot.yml
parent3147a3900f7fc5ee7f763741dcc97f4487de79f4 (diff)
downloadruby-9228ae97c5f4e27a3bd534d4b40c6f390cb8aaac.tar.gz
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.
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml3
1 files changed, 0 insertions, 3 deletions
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'