Compare commits

...

3 commits

Author SHA1 Message Date
renovate[bot]
c95761571c
chore(deps): update dependency @vercel/ncc to v0.38.2 2024-10-03 12:13:33 +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",
"config:recommended",
"schedule:weekly"
],
"packageRules": [
{
"matchManagers": ["npm"],
"automerge": true,
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"schedule": ["every weekday before 5am"]
}
]
}

14
package-lock.json generated
View file

@ -25,7 +25,7 @@
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vercel/ncc": "0.38.1",
"@vercel/ncc": "0.38.2",
"ava": "6.1.3",
"c8": "10.1.2",
"eslint": "8.57.1",
@ -930,9 +930,9 @@
"dev": true
},
"node_modules/@vercel/ncc": {
"version": "0.38.1",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.1.tgz",
"integrity": "sha512-IBBb+iI2NLu4VQn3Vwldyi2QwaXt5+hTyh58ggAMoCGE6DJmPvwL3KPBWcJl1m9LYPChBLE980Jw+CS4Wokqxw==",
"version": "0.38.2",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.2.tgz",
"integrity": "sha512-3yel3jaxUg9pHBv4+KeC9qlbdZPug+UMtUOlhvpDYCMSgcNSrS2Hv1LoqMsOV7hf2lYscx+BESfJOIla1WsmMQ==",
"dev": true,
"bin": {
"ncc": "dist/ncc/cli.js"
@ -7611,9 +7611,9 @@
"dev": true
},
"@vercel/ncc": {
"version": "0.38.1",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.1.tgz",
"integrity": "sha512-IBBb+iI2NLu4VQn3Vwldyi2QwaXt5+hTyh58ggAMoCGE6DJmPvwL3KPBWcJl1m9LYPChBLE980Jw+CS4Wokqxw==",
"version": "0.38.2",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.2.tgz",
"integrity": "sha512-3yel3jaxUg9pHBv4+KeC9qlbdZPug+UMtUOlhvpDYCMSgcNSrS2Hv1LoqMsOV7hf2lYscx+BESfJOIla1WsmMQ==",
"dev": true
},
"@vercel/nft": {

View file

@ -67,7 +67,7 @@
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vercel/ncc": "0.38.1",
"@vercel/ncc": "0.38.2",
"ava": "6.1.3",
"c8": "10.1.2",
"eslint": "8.57.1",