Skip to content

Commit

Permalink
chore: Create renovate.json (#7)
Browse files Browse the repository at this point in the history
* Create renovate.json

* deps: Update to node 18
  • Loading branch information
weixu365 authored May 26, 2023
1 parent ba807f9 commit 7ce2978
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -27,7 +27,7 @@ jobs:
if: github.ref == 'refs/heads/master'
strategy:
matrix:
node-version: [12.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
15 changes: 15 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"extends": [
"config:base",
"group:all"
],
"recreateClosed": true,
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
}
]
}

0 comments on commit 7ce2978

Please sign in to comment.