File tree Expand file tree Collapse file tree 3 files changed +45
-2
lines changed
Expand file tree Collapse file tree 3 files changed +45
-2
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " gradle"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
7+ open-pull-requests-limit : 10
8+ ignore :
9+ - dependency-name : " *"
10+ update-types :
11+ - " version-update:semver-major"
12+ - " version-update:semver-patch"
13+
14+ - package-ecosystem : " github-actions"
15+ directory : " /"
16+ schedule :
17+ interval : " weekly"
18+ open-pull-requests-limit : 10
19+ ignore :
20+ - dependency-name : " *"
21+ update-types :
22+ - " version-update:semver-major"
23+ - " version-update:semver-patch"
Original file line number Diff line number Diff line change 1+ on :
2+ pull_request :
3+
4+ permissions :
5+ contents : write
6+ pull-requests : write
7+
8+ jobs :
9+ dependabot :
10+ runs-on : ubuntu-latest
11+ if : github.event.pull_request.user.login == 'dependabot[bot]'
12+ steps :
13+ - id : metadata
14+ uses : dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7
15+ with :
16+ github-token : " ${{ secrets.GITHUB_TOKEN }}"
17+
18+ - if : steps.metadata.outputs.update-type != 'version-update:semver-major'
19+ run : gh pr merge --auto --squash "$PR_URL"
20+ env :
21+ PR_URL : ${{ github.event.pull_request.html_url }}
22+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1- name : Build Plugin
2-
31on :
42 workflow_dispatch :
53 push :
You can’t perform that action at this time.
0 commit comments