diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..5766c930c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" +### Issues with lerna stop us from auto-updating npm dependencies +### See: https://github.com/codeoverflow-org/nodecg-io/issues/263 +# - package-ecosystem: "npm" +# directory: "/" +# schedule: +# interval: "daily"