Skip to content

Commit

Permalink
Merge pull request #40 from amitsingh-007/dependabot-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsingh-007 authored Jan 15, 2024
2 parents 70cc154 + fd7320b commit 0fd6bae
Show file tree
Hide file tree
Showing 6 changed files with 1,821 additions and 1,394 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: 'github-actions'
directory: '/'
open-pull-requests-limit: 100
target-branch: 'dependabot-updates'
labels: []
schedule:
interval: 'monthly'

# Maintain dependencies for pnpm
- package-ecosystem: 'npm'
directory: '/'
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
Deploy:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -20,3 +20,11 @@ jobs:
vercel-org-id: ${{ secrets.VERCEL_ORG_ID}}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID}}
github-comment: false

- name: Add status check
uses: LouisBrunner/[email protected]
if: always()
with:
token: ${{ github.token }}
name: Build Check
conclusion: ${{ job.status }}
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,29 @@
},
"dependencies": {
"bytes": "3.1.2",
"markdown-table": "2.0.0",
"minimatch": "5.1.2",
"json2md": "2.0.1",
"minimatch": "9.0.3",
"normalize-path": "3.0.0",
"probot": "12.2.9",
"semver": "7.3.8",
"yaml": "2.2.1",
"zod": "3.20.2"
"probot": "12.3.3",
"semver": "7.5.4",
"yaml": "2.3.4",
"zod": "3.22.4"
},
"devDependencies": {
"@octokit/webhooks-types": "^4.0.0",
"@types/bytes": "3.1.1",
"@octokit/webhooks-types": "6.4.0",
"@types/bytes": "3.1.4",
"@types/json2md": "1.5.4",
"@types/minimatch": "5.1.2",
"@types/normalize-path": "3.0.0",
"@types/semver": "7.3.13",
"eslint": "8.31.0",
"eslint-import-resolver-node": "0.3.6",
"eslint-plugin-import": "2.26.0",
"@types/normalize-path": "3.0.2",
"@types/semver": "7.5.6",
"eslint": "8.56.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"rimraf": "3.0.2",
"smee-client": "1.2.3",
"typescript": "4.9.4",
"vercel": "28.11.0"
"rimraf": "5.0.5",
"smee-client": "2.0.0",
"typescript": "5.3.3",
"vercel": "33.1.0"
},
"engines": {
"node": ">= 18"
Expand Down
Loading

1 comment on commit 0fd6bae

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for webext-bot ready!

✅ Preview
https://webext-i61ij1pa0-amitsingh-007.vercel.app

Built with commit 0fd6bae.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.