From 975b3ee1636176e4305b5c652f740afba967668c Mon Sep 17 00:00:00 2001 From: bobokun Date: Sun, 2 Jan 2022 17:18:09 -0500 Subject: [PATCH] update dependabot --- .github/dependabot.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9dc2c3c..a66b6ed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,14 @@ updates: directory: "/" schedule: interval: "daily" - target-branch: "develop" \ No newline at end of file + target-branch: "develop" + assignees: + - "bobokun" + - package-ecosystem: github-actions + directory: '/' + schedule: + interval: daily + assignees: + - "bobokun" + ignore: + - dependency-name: "salsify/action-detect-and-tag-new-version" \ No newline at end of file