From 410f38eccf3396723f7fd3f1707b586143e64c4c Mon Sep 17 00:00:00 2001 From: Alex Corey Date: Wed, 27 Apr 2022 14:27:29 -0400 Subject: [PATCH 1/2] add dependabot for ui --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..6a829e3e4e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: + - package-ecosystem: "npm" + schedule: + interval: "weekly" + day: "sunday" + open-pull-requests-limit: 5 + allow: + - dependency-type: "all" + reviewers: + - "AlexSCorey" + - "keitjhgrant" + - "kialam" + - "mabashian" + - "marshmalien" + - "nixocio" + labels: + - "component:ui" + - "dependencies" + target-branch: "devel" From 50ef234bd6b49ce860c90e5bc77d6aea138605d1 Mon Sep 17 00:00:00 2001 From: Alex Corey Date: Thu, 28 Apr 2022 15:14:08 -0400 Subject: [PATCH 2/2] Update .github/dependabot.yml Co-authored-by: Marliana Lara --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a829e3e4e..85b15157df 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: - dependency-type: "all" reviewers: - "AlexSCorey" - - "keitjhgrant" + - "keithjgrant" - "kialam" - "mabashian" - "marshmalien"