feat: add devcontainer configuration and Dependabot setup

This commit is contained in:
Juliano Barbosa 2025-01-08 16:12:42 -03:00
parent 6c11325d38
commit 0a8ce477f7
No known key found for this signature in database
GPG key ID: EB8B440F57360B3D
2 changed files with 43 additions and 0 deletions

12
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,12 @@
# 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 more information:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://containers.dev/guide/dependabot
version: 2
updates:
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly