fix: Change package ecosystem names to match config
This commit is contained in:
parent
4e8c3180be
commit
3b1091aab4
1 changed files with 6 additions and 6 deletions
|
@ -130,7 +130,7 @@ npm-release-tools:
|
|||
extends: .dependabot_gitlab
|
||||
variables:
|
||||
DIRECTORY: "/"
|
||||
PACKAGE_MANAGER: javascript
|
||||
PACKAGE_MANAGER: npm
|
||||
only:
|
||||
variables:
|
||||
- $PACKAGE_MANAGER_SET =~ /(\bnpm|yarn\b)/
|
||||
|
@ -139,7 +139,7 @@ npm-assets:
|
|||
extends: .dependabot_gitlab
|
||||
variables:
|
||||
DIRECTORY: "/apps/app/assets"
|
||||
PACKAGE_MANAGER: javascript
|
||||
PACKAGE_MANAGER: npm
|
||||
only:
|
||||
variables:
|
||||
- $PACKAGE_MANAGER_SET =~ /(\bnpm|yarn\b)/
|
||||
|
@ -148,7 +148,7 @@ mix-admin:
|
|||
extends: .dependabot_gitlab
|
||||
variables:
|
||||
DIRECTORY: "/apps/admin"
|
||||
PACKAGE_MANAGER: "elixir:hex"
|
||||
PACKAGE_MANAGER: mix
|
||||
only:
|
||||
variables:
|
||||
- $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
||||
|
@ -157,7 +157,7 @@ mix-app:
|
|||
extends: .dependabot_gitlab
|
||||
variables:
|
||||
DIRECTORY: "/apps/app"
|
||||
PACKAGE_MANAGER: "elixir:hex"
|
||||
PACKAGE_MANAGER: mix
|
||||
only:
|
||||
variables:
|
||||
- $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
||||
|
@ -166,7 +166,7 @@ mix-core:
|
|||
extends: .dependabot_gitlab
|
||||
variables:
|
||||
DIRECTORY: "/apps/core"
|
||||
PACKAGE_MANAGER: "elixir:hex"
|
||||
PACKAGE_MANAGER: mix
|
||||
only:
|
||||
variables:
|
||||
- $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
||||
|
@ -175,7 +175,7 @@ mix-content:
|
|||
extends: .dependabot_gitlab
|
||||
variables:
|
||||
DIRECTORY: "/apps/content"
|
||||
PACKAGE_MANAGER: "elixir:hex"
|
||||
PACKAGE_MANAGER: mix
|
||||
only:
|
||||
variables:
|
||||
- $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
||||
|
|
Loading…
Reference in a new issue