File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-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 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