mirror of
https://github.com/jlengrand/create-1.git
synced 2026-03-10 00:01:23 +00:00
chore(deps): add Renovate config
This commit is contained in:
6
.github/workflows/verify-node.yml
vendored
6
.github/workflows/verify-node.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: Verify Node
|
||||
|
||||
on: pull_request
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- 'renovate/*'
|
||||
|
||||
jobs:
|
||||
verify-linux:
|
||||
|
||||
6
.github/workflows/verify-windows.yml
vendored
6
.github/workflows/verify-windows.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: Verify Windows
|
||||
|
||||
on: pull_request
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- 'renovate/*'
|
||||
|
||||
jobs:
|
||||
verify-windows:
|
||||
|
||||
28
renovate.json
Normal file
28
renovate.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"extends": [
|
||||
"config:base",
|
||||
":semanticPrefixFix",
|
||||
":separateMultipleMajorReleases",
|
||||
":separatePatchReleases",
|
||||
":maintainLockFilesWeekly",
|
||||
":widenPeerDependencies"
|
||||
],
|
||||
|
||||
"packageRules": [
|
||||
{
|
||||
"updateTypes": ["patch"],
|
||||
|
||||
"automerge": true,
|
||||
"automergeType": "branch"
|
||||
},
|
||||
{
|
||||
"updateTypes": ["minor"],
|
||||
"matchCurrentVersion": "!/^[~^]?0/",
|
||||
|
||||
"automerge": true,
|
||||
"automergeType": "branch"
|
||||
}
|
||||
],
|
||||
|
||||
"rangeStrategy": "bump"
|
||||
}
|
||||
Reference in New Issue
Block a user