Skip to content

Commit

Permalink
Merge branch 'main' into renovate/sass-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish authored Dec 9, 2024
2 parents 654ffac + f1330a5 commit 0201239
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/TestFunctional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ jobs:
run: |
ddev exec corepack disable
ddev exec npm i -g yarn@1.22.1
ddev exec 'rm /usr/local/bin/yarn'
ddev exec 'ln -s $(npm root -g)/yarn/bin/yarn /usr/local/bin/yarn'
ddev yarn init -y
ddev yarn add nightwatch nightwatch-accessibility @lullabot/nightwatch-drupal-commands lodash --dev
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/TestMetapackages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ jobs:
run: |
ddev exec corepack disable
ddev exec npm i -g yarn@1.22.1
ddev exec 'rm /usr/local/bin/yarn'
ddev exec 'ln -s $(npm root -g)/yarn/bin/yarn /usr/local/bin/yarn'
ddev exec yarn init -y
ddev exec yarn add file:./drainpipe/metapackages/sass --dev
Expand Down Expand Up @@ -275,6 +276,7 @@ jobs:
run: |
ddev exec corepack disable
ddev exec npm i -g yarn@1.22.1
ddev exec 'rm /usr/local/bin/yarn'
ddev exec 'ln -s $(npm root -g)/yarn/bin/yarn /usr/local/bin/yarn'
ddev exec yarn init -y
ddev exec yarn add focus-trap@^6.7.3
Expand Down
10 changes: 7 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"rangeStrategy": "bump",
"ignoreDeps": ["drainpipe"],
"ignoreDeps": [
"drainpipe"
],
"packageRules": [
{
"matchPackageNames": [
Expand All @@ -15,7 +17,9 @@
"twig/twig",
"vlucas/phpdotenv"
],
"addLabels": ["test only - do not merge"]
"addLabels": [
"test only - do not merge"
]
}
]
}

0 comments on commit 0201239

Please sign in to comment.