From cca082588f016ba1fd73420bf72b2bf836e840d4 Mon Sep 17 00:00:00 2001 From: eitsupi <50911393+eitsupi@users.noreply.github.com> Date: Fri, 26 Apr 2024 22:17:00 +0900 Subject: [PATCH 1/2] ci: settings for dependabot to update devcontainer.json in devcontainer sources --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b887fb2..6550f3f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,18 @@ updates: directory: "/" schedule: interval: daily + + - package-ecosystem: "devcontainers" + directory: src/r-ver + schedule: + interval: daily + + - package-ecosystem: "devcontainers" + directory: src/r-ver + schedule: + interval: daily + + - package-ecosystem: "devcontainers" + directory: src/rstudio + schedule: + interval: daily From e5cd7017556a16f47e80ed99fd355605e9d16372 Mon Sep 17 00:00:00 2001 From: eitsupi <50911393+eitsupi@users.noreply.github.com> Date: Fri, 26 Apr 2024 22:17:55 +0900 Subject: [PATCH 2/2] ci: fix typo --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6550f3f..397dfca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,11 +15,6 @@ updates: schedule: interval: daily - - package-ecosystem: "devcontainers" - directory: src/r-ver - schedule: - interval: daily - - package-ecosystem: "devcontainers" directory: src/rstudio schedule: