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