fix: Use inheritence for dependabot settings
This commit is contained in:
parent
ad310c5fc2
commit
ce35c4ff19
1 changed files with 7 additions and 7 deletions
|
@ -127,7 +127,7 @@ deploy_commit_image_to_tag:
|
||||||
# - schedules
|
# - schedules
|
||||||
|
|
||||||
npm-release-tools:
|
npm-release-tools:
|
||||||
<<: *dependabot_gitlab
|
extends: .dependabot_gitlab
|
||||||
variables:
|
variables:
|
||||||
DIRECTORY: "/"
|
DIRECTORY: "/"
|
||||||
PACKAGE_MANAGER: javascript
|
PACKAGE_MANAGER: javascript
|
||||||
|
@ -136,7 +136,7 @@ npm-release-tools:
|
||||||
# - $PACKAGE_MANAGER_SET =~ /(\bnpm|yarn\b)/
|
# - $PACKAGE_MANAGER_SET =~ /(\bnpm|yarn\b)/
|
||||||
|
|
||||||
npm-assets:
|
npm-assets:
|
||||||
<<: *dependabot_gitlab
|
extends: .dependabot_gitlab
|
||||||
variables:
|
variables:
|
||||||
DIRECTORY: "/apps/app/assets"
|
DIRECTORY: "/apps/app/assets"
|
||||||
PACKAGE_MANAGER: javascript
|
PACKAGE_MANAGER: javascript
|
||||||
|
@ -145,7 +145,7 @@ npm-assets:
|
||||||
# - $PACKAGE_MANAGER_SET =~ /(\bnpm|yarn\b)/
|
# - $PACKAGE_MANAGER_SET =~ /(\bnpm|yarn\b)/
|
||||||
|
|
||||||
mix-admin:
|
mix-admin:
|
||||||
<<: *dependabot_gitlab
|
extends: .dependabot_gitlab
|
||||||
variables:
|
variables:
|
||||||
DIRECTORY: "/apps/admin"
|
DIRECTORY: "/apps/admin"
|
||||||
PACKAGE_MANAGER: "elixir:hex"
|
PACKAGE_MANAGER: "elixir:hex"
|
||||||
|
@ -154,7 +154,7 @@ mix-admin:
|
||||||
# - $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
# - $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
||||||
|
|
||||||
mix-app:
|
mix-app:
|
||||||
<<: *dependabot_gitlab
|
extends: .dependabot_gitlab
|
||||||
variables:
|
variables:
|
||||||
DIRECTORY: "/apps/app"
|
DIRECTORY: "/apps/app"
|
||||||
PACKAGE_MANAGER: "elixir:hex"
|
PACKAGE_MANAGER: "elixir:hex"
|
||||||
|
@ -163,7 +163,7 @@ mix-app:
|
||||||
# - $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
# - $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
||||||
|
|
||||||
mix-core:
|
mix-core:
|
||||||
<<: *dependabot_gitlab
|
extends: .dependabot_gitlab
|
||||||
variables:
|
variables:
|
||||||
DIRECTORY: "/apps/core"
|
DIRECTORY: "/apps/core"
|
||||||
PACKAGE_MANAGER: "elixir:hex"
|
PACKAGE_MANAGER: "elixir:hex"
|
||||||
|
@ -172,7 +172,7 @@ mix-core:
|
||||||
# - $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
# - $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
||||||
|
|
||||||
mix-content:
|
mix-content:
|
||||||
<<: *dependabot_gitlab
|
extends: .dependabot_gitlab
|
||||||
variables:
|
variables:
|
||||||
DIRECTORY: "/apps/content"
|
DIRECTORY: "/apps/content"
|
||||||
PACKAGE_MANAGER: "elixir:hex"
|
PACKAGE_MANAGER: "elixir:hex"
|
||||||
|
@ -181,7 +181,7 @@ mix-content:
|
||||||
# - $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
# - $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
<<: *dependabot_gitlab
|
extends: .dependabot_gitlab
|
||||||
variables:
|
variables:
|
||||||
DIRECTORY: "/"
|
DIRECTORY: "/"
|
||||||
PACKAGE_MANAGER: docker
|
PACKAGE_MANAGER: docker
|
||||||
|
|
Loading…
Reference in a new issue