File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
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 1414 - uses : hmarr/debug-action@v2
1515
1616 check-mergeability :
17- if : ${{ github.event.workflow_run.conclusion == 'success' && github.actor == 'nsmbot' }}
17+ if : ${{ github.event.workflow_run.conclusion == 'success' && ( github.actor == 'nsmbot' || github.actor == 'dependabot[bot]') }}
1818 uses : networkservicemesh/.github/.github/workflows/check-mergeability.yaml@main
1919 secrets :
2020 token : ${{ secrets.NSM_BOT_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 66 - main
77jobs :
88 update-deployments-k8s :
9- if : ${{ github.repository != 'networkservicemesh/cmd-template' }}
9+ if : ${{ github.repository != 'networkservicemesh/cmd-template' && github.event.commits[0].author.name != 'dependabot[bot]' }}
1010 uses : networkservicemesh/.github/.github/workflows/update-deployments.yaml@main
1111 secrets :
1212 token : ${{ secrets.NSM_BOT_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments