mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-21 09:38:01 +02:00
Tools: Move Renovate config to JSON5 to allow comments
This commit is contained in:
parent
5c430a3b0e
commit
1554e9dea5
@ -31,37 +31,45 @@
|
|||||||
"@fortawesome/fontawesome-svg-core",
|
"@fortawesome/fontawesome-svg-core",
|
||||||
"@fortawesome/free-solid-svg-icons",
|
"@fortawesome/free-solid-svg-icons",
|
||||||
"@svgr/webpack",
|
"@svgr/webpack",
|
||||||
"@types/react-native",
|
|
||||||
"actions/stale",
|
"actions/stale",
|
||||||
"babel-eslint",
|
"babel-eslint",
|
||||||
"babel-loader",
|
"babel-loader",
|
||||||
"babel-preset-react-app",
|
"babel-preset-react-app",
|
||||||
"browserify",
|
"browserify",
|
||||||
"codemirror",
|
"codemirror",
|
||||||
"com.android.tools.build:gradle",
|
|
||||||
"cspell",
|
"cspell",
|
||||||
"electron",
|
"electron",
|
||||||
"mini-css-extract-plugin",
|
|
||||||
"jsc-android",
|
|
||||||
"ruby",
|
|
||||||
"katex",
|
|
||||||
"mermaid",
|
|
||||||
"rollup-plugin-commonjs",
|
|
||||||
"rollup-plugin-node-resolve",
|
|
||||||
"metro-react-native-babel-preset",
|
|
||||||
"react-native",
|
|
||||||
"stripe",
|
|
||||||
"rollup",
|
|
||||||
"file-loader",
|
"file-loader",
|
||||||
"gradle",
|
"gradle",
|
||||||
"html-webpack-plugin",
|
"html-webpack-plugin",
|
||||||
"typedoc",
|
|
||||||
"husky",
|
"husky",
|
||||||
"lerna",
|
"lerna",
|
||||||
"com.facebook.flipper:flipper",
|
"metro-react-native-babel-preset",
|
||||||
|
"mini-css-extract-plugin",
|
||||||
|
"rollup-plugin-commonjs",
|
||||||
|
"rollup-plugin-node-resolve",
|
||||||
|
"rollup",
|
||||||
|
"ruby",
|
||||||
|
"stripe",
|
||||||
|
"typedoc",
|
||||||
|
"webpack",
|
||||||
|
|
||||||
|
// React Native stuff should be updated only when
|
||||||
|
// upgrading React Native.
|
||||||
|
"@types/react-native",
|
||||||
|
"com.android.tools.build:gradle",
|
||||||
"com.facebook.flipper:flipper-fresco-plugin",
|
"com.facebook.flipper:flipper-fresco-plugin",
|
||||||
"com.facebook.flipper:flipper-network-plugin",
|
"com.facebook.flipper:flipper-network-plugin",
|
||||||
"webpack"
|
"com.facebook.flipper:flipper",
|
||||||
|
"jsc-android",
|
||||||
|
"react-native",
|
||||||
|
|
||||||
|
// Need special processing when upgrading
|
||||||
|
"katex",
|
||||||
|
"mermaid",
|
||||||
|
|
||||||
|
// Cannot upgrade further due to ESM support
|
||||||
|
"node-fetch",
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
@ -69,6 +77,8 @@
|
|||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
// AWS packages are updated too frequently and we can assume minor
|
||||||
|
// updates are stable.
|
||||||
"matchPackageNames": ["@aws-sdk/client-s3", "@aws-sdk/s3-request-presigner"],
|
"matchPackageNames": ["@aws-sdk/client-s3", "@aws-sdk/s3-request-presigner"],
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
"automerge": true
|
"automerge": true
|
Loading…
Reference in New Issue
Block a user