From 8b164d074c20252b4f13e3da3b3f5c7ddad36c05 Mon Sep 17 00:00:00 2001 From: eitsupi <50911393+eitsupi@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:35:16 +0900 Subject: [PATCH] fix(r-ver,r2u): use `optionalPaths` for dependabot config file --- src/r-ver/devcontainer-template.json | 5 ++++- src/r2u/devcontainer-template.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/r-ver/devcontainer-template.json b/src/r-ver/devcontainer-template.json index 5069113..bdac503 100644 --- a/src/r-ver/devcontainer-template.json +++ b/src/r-ver/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "r-ver", - "version": "1.1.1", + "version": "1.1.2", "name": "R (rocker/r-ver base)", "description": "A container-based development environment for the R language. Includes many commonly used R packages.", "documentationURL": "https://github.com/rocker-org/devcontainer-templates/tree/main/src/r-ver", @@ -30,5 +30,8 @@ }, "platforms": [ "R" + ], + "optionalPaths": [ + ".github/*" ] } diff --git a/src/r2u/devcontainer-template.json b/src/r2u/devcontainer-template.json index 5a84a93..8d3616e 100644 --- a/src/r2u/devcontainer-template.json +++ b/src/r2u/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "r2u", - "version": "0.2.0", + "version": "0.2.1", "name": "R (r2u and bspm configured)", "description": "Install R on Ubuntu and set r2u and bspm. (Only supports amd64)", "documentationURL": "https://github.com/rocker-org/devcontainer-templates/tree/main/src/r2u", @@ -19,5 +19,8 @@ }, "platforms": [ "R" + ], + "optionalPaths": [ + ".github/*" ] }