From de28c6f8788456114158b0bc41fa77c35dea0ee7 Mon Sep 17 00:00:00 2001 From: Naoto Ono Date: Wed, 15 Feb 2023 00:25:54 +0900 Subject: [PATCH] Update bundler in Dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b18fd2935..20ff5117d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,12 @@ version: 2 updates: + # dependencies for GitHub Actions - package-ecosystem: 'github-actions' directory: '/' schedule: interval: 'weekly' + # dependencies for bundler + - package-ecosystem: 'bundler' + directory: '/' + schedule: + interval: 'weekly'