Skip to content

Commit 88c534d

Browse files
authored
Update ignored versions in dependabot and auto-merge workflow (#210)
1 parent 33c6a35 commit 88c534d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ updates:
1313
ignore:
1414
- dependency-name: "*/aws-sdk-go"
1515
update-types: ["version-update:semver-patch"]
16+
- dependency-name: "boto3"
17+
update-types: ["version-update:semver-patch"]
1618
reviewers:
1719
- "nginxinc/kic"
1820
- package-ecosystem: "docker"

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ permissions:
66
jobs:
77
dependabot:
88
runs-on: ubuntu-20.04
9-
if: ${{ github.actor == 'dependabot[bot]' }}
9+
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
1010
steps:
1111
- name: Dependabot metadata
1212
id: dependabot-metadata
1313
uses: dependabot/[email protected]
14-
with:
15-
github-token: "${{ secrets.GITHUB_TOKEN }}"
1614
- name: Enable auto-merge for Dependabot PRs
1715
run: gh pr merge --auto --squash "$PR_URL"
1816
env:

0 commit comments

Comments
 (0)