Skip to content

Commit

Permalink
Merge pull request #183 from WindSekirun/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
WindSekirun (wind.seo) committed Jun 29, 2021
2 parents c82e915 + 3127f52 commit 5e53b21
Show file tree
Hide file tree
Showing 6 changed files with 5,469 additions and 5,293 deletions.
8 changes: 7 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@
"pip_requirements": {
"fileMatch": ["importer/requirements.txt"]
},
"ignoreDeps": ["chart.js"]
"ignoreDeps": [
"chart.js",
"eslint",
"eslint-config-prettier",
"mocha",
"@vue/cli-plugin-unit-mocha"
]
}
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
npm run test-report
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.1
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: dist
Expand Down

0 comments on commit 5e53b21

Please sign in to comment.