Skip to content

Commit

Permalink
ci: settings for dependabot to update devcontainer.json in devcontain…
Browse files Browse the repository at this point in the history
…er sources (#68)

…er sources
  • Loading branch information
eitsupi committed Apr 26, 2024
1 parent 63afbd7 commit 5317d94
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@ updates:
directory: "/"
schedule:
interval: daily

- package-ecosystem: "devcontainers"
directory: src/r-ver
schedule:
interval: daily

- package-ecosystem: "devcontainers"
directory: src/rstudio
schedule:
interval: daily

0 comments on commit 5317d94

Please sign in to comment.