From 8d695ea935ae9d45c0582fee32df0b95ed9f2e5e Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Tue, 20 Jul 2021 16:44:34 +0200 Subject: [PATCH] Set up Dependabot (#11142) * Create dependabot.yml * Update .github/dependabot.yml * Update dependabot.yml --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..2660432a9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: +- package-ecosystem: gomod + directory: / + schedule: + interval: daily + allow: + - dependency-name: "github.com/hashicorp/packer-plugin-sdk" + - dependency-name: "github.com/hashicorp/hcl/v2" + - dependency-name: "github.com/zclconf/go-cty" +- package-ecosystem: github-actions + directory: / + schedule: + interval: daily