Skip to content

Commit

Permalink
fix(r-ver,r2u): use optionalPaths for dependabot config file
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Oct 21, 2024
1 parent 88c625c commit 8b164d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/r-ver/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -30,5 +30,8 @@
},
"platforms": [
"R"
],
"optionalPaths": [
".github/*"
]
}
5 changes: 4 additions & 1 deletion src/r2u/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -19,5 +19,8 @@
},
"platforms": [
"R"
],
"optionalPaths": [
".github/*"
]
}

0 comments on commit 8b164d0

Please sign in to comment.