Compare commits

...

4 commits

Author SHA1 Message Date
renovate[bot]
04ba1c43cc
Merge 287af49b88 into 853e34970e 2024-10-03 12:13:26 +00:00
renovate[bot]
287af49b88
chore(deps): update dependency @types/node to v20.16.10 2024-10-03 12:13:25 +00:00
853e34970e
fix: Correct schedule syntax in renovate config 2024-10-03 12:12:54 +00:00
0d968ab749 ci: Enable Renovate automerge for npm
The renovate bot has the ability to merge package changes that pass ci
testing and follow semver minor updates (non-breaking changes). I've
been merging renovate packages for the past six months or so with no
problems that weren't caught using the test suite, so I feel confident
in letting the bot take over merging.
2024-10-03 01:40:15 +00:00
3 changed files with 16 additions and 8 deletions

View file

@ -4,5 +4,13 @@
"github>nf-core/ops//.github/renovate/default.json5", "github>nf-core/ops//.github/renovate/default.json5",
"config:recommended", "config:recommended",
"schedule:weekly" "schedule:weekly"
],
"packageRules": [
{
"matchManagers": ["npm"],
"automerge": true,
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"schedule": ["every weekday before 5am"]
}
] ]
} }

14
package-lock.json generated
View file

@ -21,7 +21,7 @@
"@ava/typescript": "5.0.0", "@ava/typescript": "5.0.0",
"@tsconfig/node16": "16.1.3", "@tsconfig/node16": "16.1.3",
"@types/async-retry": "1.4.8", "@types/async-retry": "1.4.8",
"@types/node": "20.16.5", "@types/node": "20.16.10",
"@types/semver": "7.5.8", "@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "7.18.0", "@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0", "@typescript-eslint/parser": "7.18.0",
@ -694,9 +694,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.16.5", "version": "20.16.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.5.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.10.tgz",
"integrity": "sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==", "integrity": "sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"undici-types": "~6.19.2" "undici-types": "~6.19.2"
@ -7468,9 +7468,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "20.16.5", "version": "20.16.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.5.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.10.tgz",
"integrity": "sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==", "integrity": "sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==",
"dev": true, "dev": true,
"requires": { "requires": {
"undici-types": "~6.19.2" "undici-types": "~6.19.2"

View file

@ -63,7 +63,7 @@
"@ava/typescript": "5.0.0", "@ava/typescript": "5.0.0",
"@tsconfig/node16": "16.1.3", "@tsconfig/node16": "16.1.3",
"@types/async-retry": "1.4.8", "@types/async-retry": "1.4.8",
"@types/node": "20.16.5", "@types/node": "20.16.10",
"@types/semver": "7.5.8", "@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "7.18.0", "@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0", "@typescript-eslint/parser": "7.18.0",