diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 11eb34579e..5af48738c5 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,4 +7,8 @@ updates: directory: "/" schedule: # Check for updates to GitHub Actions every week - interval: "weekly" \ No newline at end of file + interval: "weekly" + # Raise all pull requests with labels + labels: + - "dependency" + - "automerge" \ No newline at end of file