Skip to content

Commit

Permalink
chore: update prettier and add ignore patch versions for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
andr-ll committed Feb 9, 2024
1 parent 40e9f17 commit 1a551b1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ updates:
time: '11:00'
timezone: 'Europe/Belgrade'
versioning-strategy: increase
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-patch']
14 changes: 7 additions & 7 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 @@ -55,7 +55,7 @@
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"npsh": "^2.0.6",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"outDir": "./lib",
"declaration": true,
"removeComments": false,
"skipLibCheck": true,
"skipLibCheck": true
},
"include": ["./src"],
"exclude": ["./node_modules", "./lib", "*.js"],
"exclude": ["./node_modules", "./lib", "*.js"]
}

0 comments on commit 1a551b1

Please sign in to comment.