Skip to content

Commit

Permalink
Merge pull request #7 from Workiva/updated_dependabot_config
Browse files Browse the repository at this point in the history
FEDX-1319: Updated dependabot config to leverage glob syntax
  • Loading branch information
rmconsole7-wk authored Jul 19, 2024
2 parents 65707aa + 8a2eb45 commit 2132068
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
version: 2
updates:
- package-ecosystem: "pub"
directory: "/__tests__/fixtures/checks"
- package-ecosystem: pub
directories:
- "**/*"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/__tests__/fixtures/test-unit/with-chrome"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/__tests__/fixtures/test-unit/without-chrome"
schedule:
interval: "weekly"
interval: weekly
groups:
pub:
patterns: ["*"]

- package-ecosystem: github-actions
directory: /
schedule:
interval: "weekly"
interval: weekly
groups:
all:
github-actions:
patterns: ["*"]

0 comments on commit 2132068

Please sign in to comment.