We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f37d23 commit 4b835d4Copy full SHA for 4b835d4
.github/workflows/automerge.yml
@@ -0,0 +1,14 @@
1
+name: Auto Merge Dependency Updates
2
+
3
+on:
4
+ - pull_request
5
+ - pull_request_review
6
7
+jobs:
8
+ run:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: tjenkinson/gh-action-auto-merge-dependency-updates@af6d2a7
12
+ with:
13
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
14
+ allowed-actors: dependabot[bot]
.github/workflows/update-package-lock.yaml
0 commit comments