Skip to content

Commit

Permalink
Ignore non-SauceLabs deps in dependabot (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
FriggaHel authored Apr 4, 2024
1 parent 342be8f commit a44c30b
Show file tree
Hide file tree
Showing 9 changed files with 221 additions and 257 deletions.
204 changes: 36 additions & 168 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,9 @@ updates:
- "dependabot"
reviewers:
- saucelabs/visual-team
groups:
saucelabs:
patterns:
- "@saucelabs/*"
update-types:
- minor
- patch
others:
applies-to: security-updates
exclude-patterns:
- "@saucelabs/*"
update-types:
- minor
- patch
allow:
- dependency-name: "@saucelabs/*"
dependency-type: all
- package-ecosystem: npm
directory: /storybook
schedule:
Expand All @@ -39,20 +28,9 @@ updates:
- "dependabot"
reviewers:
- saucelabs/visual-team
groups:
saucelabs:
patterns:
- "@saucelabs/*"
update-types:
- minor
- patch
others:
applies-to: security-updates
exclude-patterns:
- "@saucelabs/*"
update-types:
- minor
- patch
allow:
- dependency-name: "@saucelabs/*"
dependency-type: all
- package-ecosystem: npm
directory: /wdio
schedule:
Expand All @@ -63,20 +41,9 @@ updates:
- "dependabot"
reviewers:
- saucelabs/visual-team
groups:
saucelabs:
patterns:
- "@saucelabs/*"
update-types:
- minor
- patch
others:
applies-to: security-updates
exclude-patterns:
- "@saucelabs/*"
update-types:
- minor
- patch
allow:
- dependency-name: "@saucelabs/*"
dependency-type: all
- package-ecosystem: npm
directory: /wdio-cucumber
schedule:
Expand All @@ -87,20 +54,9 @@ updates:
- "dependabot"
reviewers:
- saucelabs/visual-team
groups:
saucelabs:
patterns:
- "@saucelabs/*"
update-types:
- minor
- patch
others:
applies-to: security-updates
exclude-patterns:
- "@saucelabs/*"
update-types:
- minor
- patch
allow:
- dependency-name: "@saucelabs/*"
dependency-type: all
- package-ecosystem: npm
directory: /wdio-jasmine
schedule:
Expand All @@ -111,20 +67,9 @@ updates:
- "dependabot"
reviewers:
- saucelabs/visual-team
groups:
saucelabs:
patterns:
- "@saucelabs/*"
update-types:
- minor
- patch
others:
applies-to: security-updates
exclude-patterns:
- "@saucelabs/*"
update-types:
- minor
- patch
allow:
- dependency-name: "@saucelabs/*"
dependency-type: all
- package-ecosystem: npm
directory: /nightwatch/default
schedule:
Expand All @@ -135,20 +80,9 @@ updates:
- "dependabot"
reviewers:
- saucelabs/visual-team
groups:
saucelabs:
patterns:
- "@saucelabs/*"
update-types:
- minor
- patch
others:
applies-to: security-updates
exclude-patterns:
- "@saucelabs/*"
update-types:
- minor
- patch
allow:
- dependency-name: "@saucelabs/*"
dependency-type: all
- package-ecosystem: npm
directory: /nightwatch/mocha
schedule:
Expand All @@ -159,20 +93,9 @@ updates:
- "dependabot"
reviewers:
- saucelabs/visual-team
groups:
saucelabs:
patterns:
- "@saucelabs/*"
update-types:
- minor
- patch
others:
applies-to: security-updates
exclude-patterns:
- "@saucelabs/*"
update-types:
- minor
- patch
allow:
- dependency-name: "@saucelabs/*"
dependency-type: all
- package-ecosystem: npm
directory: /nightwatch/cucumberjs
schedule:
Expand All @@ -183,20 +106,9 @@ updates:
- "dependabot"
reviewers:
- saucelabs/visual-team
groups:
saucelabs:
patterns:
- "@saucelabs/*"
update-types:
- minor
- patch
others:
applies-to: security-updates
exclude-patterns:
- "@saucelabs/*"
update-types:
- minor
- patch
allow:
- dependency-name: "@saucelabs/*"
dependency-type: all
- package-ecosystem: maven
directory: /wd-java
schedule:
Expand All @@ -207,20 +119,9 @@ updates:
- "dependabot"
reviewers:
- saucelabs/visual-team
groups:
saucelabs:
patterns:
- "com.saucelabs.visual:*"
update-types:
- minor
- patch
others:
applies-to: security-updates
exclude-patterns:
- "com.saucelabs.visual:*"
update-types:
- minor
- patch
allow:
- dependency-name: "com.saucelabs.visual:*"
dependency-type: all
- package-ecosystem: maven
directory: /wd-java-testng
schedule:
Expand All @@ -231,20 +132,9 @@ updates:
- "dependabot"
reviewers:
- saucelabs/visual-team
groups:
saucelabs:
patterns:
- "com.saucelabs.visual:*"
update-types:
- minor
- patch
others:
applies-to: security-updates
exclude-patterns:
- "com.saucelabs.visual:*"
update-types:
- minor
- patch
allow:
- dependency-name: "com.saucelabs.visual:*"
dependency-type: all
- package-ecosystem: nuget
directory: /dotnet-nunit
schedule:
Expand All @@ -255,20 +145,9 @@ updates:
- "dependabot"
reviewers:
- saucelabs/visual-team
groups:
saucelabs:
patterns:
- "SauceLabs.*"
update-types:
- minor
- patch
others:
applies-to: security-updates
exclude-patterns:
- "SauceLabs.*"
update-types:
- minor
- patch
allow:
- dependency-name: "SauceLabs.*"
dependency-type: all
- package-ecosystem: nuget
directory: /dotnet-xunit
schedule:
Expand All @@ -279,17 +158,6 @@ updates:
- "dependabot"
reviewers:
- saucelabs/visual-team
groups:
saucelabs:
patterns:
- "SauceLabs.*"
update-types:
- minor
- patch
others:
applies-to: security-updates
exclude-patterns:
- "SauceLabs.*"
update-types:
- minor
- patch
allow:
- dependency-name: "SauceLabs.*"
dependency-type: all
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Test readme files
name: Cypress Testing

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Test readme files
name: C#/.NET Tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Test readme files
name: Java Tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Test readme files
name: StoryBook Tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wdio.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Test readme files
name: WDIO Tests

on:
push:
Expand Down
Loading

0 comments on commit a44c30b

Please sign in to comment.