diff --git a/.cspell.json b/.cspell.json index 4b80d27..621f8d8 100644 --- a/.cspell.json +++ b/.cspell.json @@ -25,6 +25,7 @@ "esbenp", "esptool", "fqbn", + "gitsubmodule", "googletest", "gtest", "jidicula", diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3de9c6a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +# 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: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + + - package-ecosystem: "gitsubmodule" + directory: "/" # Location of package manifests + schedule: + interval: "weekly"