Skip to content

Commit

Permalink
Add renovatebot, upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
drGrove committed Mar 8, 2024
1 parent 14b1111 commit 97eb040
Show file tree
Hide file tree
Showing 6 changed files with 8,925 additions and 11,299 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: "12.14.1"
- uses: actions/cache@v2
node-version: "20.11.1"
- uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -30,11 +30,11 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: "12.14.1"
- uses: actions/cache@v2
node-version: "20.11.1"
- uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.20.2
20.11.1
5 changes: 3 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"extends": "github>DRGroveSoftwareLLC/renovate-config",
"extends": "@eclass/semantic-release-npm-github-config",
"packageRules": [
{
"packageNames": ["aws-sdk"]
"packageNames": ["aws-sdk"],
"schedule": ["before 3am on the first day of the month"]
}
]
}
5 changes: 5 additions & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"github>DRGroveSoftwareLLC/renovate-config"
]
}
Loading

0 comments on commit 97eb040

Please sign in to comment.