Just fuck off dependabot

This commit is contained in:
Jordan Dominion
2025-03-14 21:23:51 -04:00
parent 4bd3aed405
commit 38b1f0a384
4 changed files with 4532 additions and 4 deletions
-1
View File
@@ -24,7 +24,6 @@ artifacts/
/src/Tgstation.Server.Host.Utils.GitLab.GraphQL/.yarn
/src/Tgstation.Server.Host.Utils.GitLab.GraphQL/node_modules
/src/Tgstation.Server.Host.Utils.GitLab.GraphQL/schema.graphql
/src/Tgstation.Server.Host.Utils.GitLab.GraphQL/yarn.lock
/tools/Tgstation.Server.ReleaseNotes/release_notes.md
launchSettings.json
release_notes.md
@@ -4,8 +4,6 @@ enableGlobalCache: false
enableScripts: false
enableHardenedMode: false
logFilters:
- code: YN0004
level: discard
@@ -9,7 +9,7 @@
<Target Name="InstallApollo" Inputs="package.json;yarn.lock" Outputs="node_modules/.bin/apollo">
<Message Text="Installing Apollo..." Importance="high" />
<Exec Command="yarn" />
<Exec Command="yarn install --immutable" />
</Target>
<Target Name="CleanApollo" AfterTargets="Clean">
File diff suppressed because it is too large Load Diff