Skip to content

Commit

Permalink
chore: update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Mar 27, 2023
1 parent 0932956 commit 7ad4e9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:
paths-ignore:
- 'site/**'
- '*.md'
merge_group:
paths-ignore:
- 'site/**'
- '*.md'

jobs:
build:
Expand Down
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@
"ignorePaths": ["**/fixtures/**", "**/example/**", "**/site/**", "**/benchmark/**"],
"schedule": ["before 3am on Friday"],
"labels": ["pr: dependencies"],
"platformAutomerge": true,
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
}
]
}

0 comments on commit 7ad4e9b

Please sign in to comment.