Skip to content

Commit

Permalink
Fix dependabot syntax (duckduckgo#2204)
Browse files Browse the repository at this point in the history
  • Loading branch information
sammacbeth authored Aug 23, 2023
1 parent 9975dd6 commit 59503f5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ updates:
- "dependencies"
groups:
external-dependencies:
patterns:
- "*"
exclude-patterns:
- "puppeteer"
- "@duckduckgo/*"
- "privacy-test-pages"
- "puppeteer"
- "@duckduckgo/*"
- "privacy-test-pages"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 59503f5

Please sign in to comment.