-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:personnummer/js
* '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
Showing
5 changed files
with
81 additions
and
244 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
Oops, something went wrong.