Skip to content

Commit

Permalink
feat: add devcontainer
Browse files Browse the repository at this point in the history
Signed-off-by: Gaëtan Ars <[email protected]>
  • Loading branch information
gaetanars committed May 17, 2024
1 parent 8a83af4 commit d3f7947
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 72 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Go",
"image": "mcr.microsoft.com/devcontainers/go:1-1.21-bullseye"
}
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/frangipool/esphome-config

go 1.20
go 1.21

require gopkg.in/yaml.v3 v3.0.1
Loading

0 comments on commit d3f7947

Please sign in to comment.