File tree Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ * @ wjthieme
2+
Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " docker"
4+ directory : " /"
5+ schedule :
6+ interval : " daily"
7+ labels : [ ]
Original file line number Diff line number Diff line change 1+ <!--
2+ **Title**
3+ A brief description of the pull request.
4+
5+ **Details**
6+ A clear and concise description of what this pull request solves.
7+ -->
Original file line number Diff line number Diff line change 1+ name : Dependabot
2+
3+ on :
4+ pull_request :
5+ types : [opened]
6+
7+ jobs :
8+
9+ automerge :
10+ runs-on : ubuntu-latest
11+ if : ${{ github.actor == 'dependabot[bot]' }}
12+ permissions :
13+ pull-requests : write
14+ contents : write
15+ steps :
16+ - name : Enable Automerge
17+ run : gh pr merge --auto --squash "$PR_URL"
18+ env :
19+ PR_URL : ${{ github.event.pull_request.html_url }}
20+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments