File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ # Set update schedule for GitHub Actions
3+
4+ version : 2
5+ updates :
6+
7+ - package-ecosystem : " github-actions"
8+ directory : " /"
9+ schedule :
10+ # Check for updates to GitHub Actions every week
11+ interval : " weekly"
12+ groups :
13+ gh-actions-minor :
14+ applies-to : version-updates
15+ update-types :
16+ - " minor"
17+ - " patch"
Original file line number Diff line number Diff line change 88 - ' ci'
99jobs :
1010 automerge :
11- if : ${{ github.event.workflow_run.conclusion == 'success' && github.actor == 'nsmbot'}}
11+ if : ${{ github.event.workflow_run.conclusion == 'success' && ( github.actor == 'nsmbot' || github.actor == 'dependabot[bot]') }}
1212 uses : networkservicemesh/.github/.github/workflows/automerge.yaml@main
1313 secrets :
1414 token : ${{ secrets.NSM_BOT_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 66 - main
77jobs :
88 update-dependent-repositories :
9+ if : ${{ github.event.commits[0].author.name != 'dependabot[bot]' }}
910 strategy :
1011 matrix :
1112 repository : [sdk]
You can’t perform that action at this time.
0 commit comments