Skip to content

Commit

Permalink
(feat): dependabot-automerge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonvanWijhe committed Dec 6, 2024
1 parent c56ffde commit 1ad33e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ updates:
directory: "/"
schedule:
interval: "weekly"
reviewers:
- yardinternet/wordpress-backend
groups:
actions:
patterns:
Expand All @@ -23,8 +21,6 @@ updates:
# directory: "/"
# schedule:
# interval: "weekly"
# reviewers:
# - yardinternet/wordpress-frontend
# groups:
# npm:
# patterns:
Expand All @@ -38,8 +34,6 @@ updates:
directory: "/"
schedule:
interval: "weekly"
reviewers:
- yardinternet/wordpress-backend
groups:
composer:
patterns:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Dependabot Automerge
on: pull_request

jobs:
dependabot-automerge:
uses: yardinternet/workflows/.github/workflows/dependabot-automerge.yml@main
secrets: inherit

0 comments on commit 1ad33e0

Please sign in to comment.