Skip to content

Commit

Permalink
Merge branch 'master' of github.com:personnummer/js
Browse files Browse the repository at this point in the history
* 'master' of github.com:personnummer/js:
  Update actions/checkout action to v2
  Replace dependabot
  Add renovate.json
  Bump @typescript-eslint/eslint-plugin from 4.17.0 to 4.18.0
  Bump @typescript-eslint/parser from 4.17.0 to 4.18.0
  Bump rollup from 2.41.1 to 2.41.2
  Bump eslint from 7.21.0 to 7.22.0
  Update dependabot-auto-merge.yml
  Bump rollup from 2.41.0 to 2.41.1
  Bump rollup from 2.40.0 to 2.41.0
  • Loading branch information
frozzare committed Mar 18, 2021
2 parents 060b0a0 + c9cf767 commit 5374000
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 244 deletions.
16 changes: 0 additions & 16 deletions .github/dependabot.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"extends": [
"config:base",
":preserveSemverRanges"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchPackagePatterns": ["^eslint"],
"groupName": "eslint packages"
}
]
}
14 changes: 0 additions & 14 deletions .github/workflows/dependabot-auto-merge.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: [12.x, 13.x, 14.x]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
Expand Down
Loading

0 comments on commit 5374000

Please sign in to comment.