devcontainer.json Updates (#59694)

This commit is contained in:
Daniel Rosenwasser
2024-08-22 16:32:19 -07:00
committed by GitHub
parent 82e4682541
commit d1e25f25c2
3 changed files with 29 additions and 13 deletions

View File

@@ -1,7 +1,8 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# Please see the documentation for more information:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://containers.dev/guide/dependabot
version: 2
updates:
@@ -13,3 +14,8 @@ updates:
github-actions:
patterns:
- '*'
- package-ecosystem: 'devcontainers'
directory: '/'
schedule:
interval: weekly