From 0c0aa936682103d78df722ad2c159582243a1f6e Mon Sep 17 00:00:00 2001 From: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Date: Sun, 15 Jan 2023 12:12:28 +0900 Subject: [PATCH] =?UTF-8?q?GitHub=20Actions=E3=81=A8packages/sw=E3=82=92De?= =?UTF-8?q?pendabot=E3=81=AB=E3=82=88=E3=82=8B=E3=82=A2=E3=83=83=E3=83=97?= =?UTF-8?q?=E3=83=87=E3=83=BC=E3=83=88=E5=AF=BE=E8=B1=A1=E3=81=AB=E3=81=99?= =?UTF-8?q?=E3=82=8B=20(#9572)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0d287327a..e878e5836 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,11 @@ version: 2 updates: +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 0 - package-ecosystem: npm directory: "/" schedule: @@ -20,3 +25,8 @@ updates: schedule: interval: daily open-pull-requests-limit: 0 +- package-ecosystem: npm + directory: "/packages/sw" + schedule: + interval: daily + open-pull-requests-limit: 0