mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 16:20:59 -05:00
Tell dependabot to ignore @types/node
This commit is contained in:
parent
5f1def5815
commit
bc3340afc5
2 changed files with 3 additions and 1 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
@ -4,3 +4,5 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
ignore:
|
||||
- dependency-name: "@types/node"
|
||||
|
|
|
@ -35,8 +35,8 @@
|
|||
"string-argv": "0.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.4.0",
|
||||
"@types/node": "16.11.11",
|
||||
"@types/jest": "^27.4.0",
|
||||
"@types/unzipper": "^0.10.5",
|
||||
"@typescript-eslint/parser": "^5.10.1",
|
||||
"@zeit/ncc": "0.22.3",
|
||||
|
|
Loading…
Reference in a new issue