Skip to content

Commit

Permalink
ci(renovate): update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
zthxxx committed Apr 2, 2021
1 parent b8007a9 commit 35aa8a4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": [
"config:base",
"group:allNonMajor"
],
"rangeStrategy": "bump",
"schedule": ["before 12am every 2 weeks on Tuesday"],
"timezone": "Asia/Shanghai"
}
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:

- name: Setup node
# https://github.com/actions/setup-node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 13.x
node-version: 14.x

- name: Install
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:

- name: Setup node
# https://github.com/actions/setup-node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 13.x
node-version: 14.x

- name: Install
run: |
Expand Down
5 changes: 0 additions & 5 deletions renovate.json

This file was deleted.

0 comments on commit 35aa8a4

Please sign in to comment.