diff --git a/.github/renovate.json b/.github/renovate.json index feedd02bc..46c0d1c35 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -41,9 +41,9 @@ "reviewers": ["team:team-auth-dev"] }, { - "matchPackageNames": ["bootstrap", "del", "gulp"], + "matchPackageNames": ["bootstrap"], "matchUpdateTypes": ["major"], - "description": "Lock bootstrap, del, and gulp major versions due to ASP.NET conflicts", + "description": "Lock bootstrap major versions due to ASP.NET conflicts", "enabled": false }, { diff --git a/.gitignore b/.gitignore index 76e15fe78..65157bf4a 100644 --- a/.gitignore +++ b/.gitignore @@ -205,12 +205,10 @@ mail_dist/ src/Core/Properties/launchSettings.json *.override.env **/*.DS_Store -src/Admin/wwwroot/lib -src/Admin/wwwroot/css +src/Admin/wwwroot/assets .vscode/* **/.vscode/* -bitwarden_license/src/Sso/wwwroot/lib -bitwarden_license/src/Sso/wwwroot/css +bitwarden_license/src/Sso/wwwroot/assets .github/test/build.secrets **/CoverageOutput/ .idea/* diff --git a/bitwarden_license/src/Sso/Views/Shared/_Layout.cshtml b/bitwarden_license/src/Sso/Views/Shared/_Layout.cshtml index ae7511942..fc57d7e9b 100644 --- a/bitwarden_license/src/Sso/Views/Shared/_Layout.cshtml +++ b/bitwarden_license/src/Sso/Views/Shared/_Layout.cshtml @@ -7,15 +7,7 @@