Compare commits
6 Commits
786d2c8e74
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 291ffc41bc | |||
|
60c6779c64
|
|||
|
fb80f152df
|
|||
| 1da1212c8f | |||
| a892e71b21 | |||
| 74d74b73ad |
@@ -49,3 +49,8 @@ repos:
|
||||
hooks:
|
||||
- id: prettier
|
||||
types_or: [css, javascript]
|
||||
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.36.0
|
||||
hooks:
|
||||
- id: check-renovate
|
||||
|
||||
@@ -13,6 +13,17 @@
|
||||
"postUpdateOptions": [
|
||||
"npmInstall"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchPackageNames": [
|
||||
"npm"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"major",
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user