skills / code-with-codespaces

Develop code using GitHub Codespaces and Visual Studio Code!
MIT License
197 stars 398 forks source link

[Feature] Use dependabot version updates to keep devcontainers up-to-date #62

Closed sinsukehlab closed 3 months ago

sinsukehlab commented 5 months ago

Summary

Dependabot Version Updates Support devcontainers

Changes

Add an update to dependabot.yml

  - package-ecosystem: "devcontainers" # See documentation for possible values
    directory: "/"
    schedule:
      interval: monthly

Additional context

https://github.blog/changelog/2024-01-24-dependabot-version-updates-support-devcontainers/ https://containers.dev/guide/dependabot

sinsukehlab commented 5 months ago

@skills @heiskr @cmwilson21 @dkalmin @hectorsector Which is better, adding this update directly to the dependabot.yml file in the template repository or teaching learners to add this update to the dependabot.yml file in their generated course repository?

heiskr commented 5 months ago

Hmm I'm not as familiar with this course content but its probably okay to directly update for now, we can always change it to a step later.