mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-12-25 01:56:18 +08:00
Tell dependabot to ignore @types/node
This commit is contained in:
parent
5f1def5815
commit
bc3340afc5
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…
x
Reference in New Issue
Block a user