Skip to content

Commit

Permalink
chore: refactor dependabot config (#548)
Browse files Browse the repository at this point in the history
* chore: refactor dependabot config

* chore: refactor dependabot config
  • Loading branch information
npalm authored Mar 5, 2024
1 parent 9ed0ea2 commit 923a8b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ updates:
commit-message:
prefix-development: "chore(deps)"
prefix: "fix(deps)"
include: "scope"
groups:
octokit:
patterns:
- "@octokit/*"
- "eslint*"
- "*jest*"
- "*figlet*"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"eslint-import-resolver-typescript": "^3.6.1",
"figlet": "^1.7.0",
"replace-in-file": "^7.1.0",
"showdown": "^2.1.0",
Expand All @@ -55,6 +54,7 @@
"@types/showdown": "^2.0.6",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-github": "^4.10.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.1.0",
Expand Down

0 comments on commit 923a8b6

Please sign in to comment.