diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..ed8a24666 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: +- package-ecosystem: bundler + directory: "/" + schedule: + interval: daily +- package-ecosystem: terraform + directory: "/" + schedule: + interval: daily +# We exclude pip because our Python-based lambdas in /terraform/lambda are not tested as part of CI