Skip to content

Commit

Permalink
Merge pull request #2 from humanitec/dependabot/npm_and_yarn/eslint-9…
Browse files Browse the repository at this point in the history
….4.0

Bump eslint from 9.3.0 to 9.4.0
  • Loading branch information
johanneswuerbach authored Jun 3, 2024
2 parents ac2ba29 + 7beb41f commit 9c9aea6
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 48 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/dependabot-approve-and-request-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Dependabot auto-merge
on: pull_request_target

permissions:
contents: write
pull-requests: write

jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Approve a PR
run: gh pr review --approve "$PR_URL"
if: ${{ !github.event.pull_request.auto_merge }}
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.DEPENDABOT_REVIEW_GITHUB_TOKEN }}
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
if: ${{ !github.event.pull_request.auto_merge }}
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.DEPENDABOT_REVIEW_GITHUB_TOKEN }}
97 changes: 50 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"@vscode/test-electron": "^2.4.0",
"@vscode/vsce": "^2.26.1",
"chai": "^4.4.1",
"eslint": "^9.3.0",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"mocha": "^10.4.0",
Expand Down

0 comments on commit 9c9aea6

Please sign in to comment.