From d946a32d15fee19aac2bc1b3c348c7ae1db7a870 Mon Sep 17 00:00:00 2001 From: Michael Mainer Date: Wed, 5 Jan 2022 19:19:28 -0800 Subject: [PATCH] Create dependabot.yml This is part of a component governance review --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..7b7bf98b0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10