Skip to content

Commit

Permalink
Better ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Sep 22, 2023
1 parent 0c51ef0 commit ea7f4a3
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@ version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
open-pull-requests-limit: 20
schedule:
interval: "daily"
time: "09:00"
timezone: "Europe/London"
ignore:
- dependency-name: "@openactive/*"
groups:
production-dependencies:
dependency-type: "production"
exclude-patterns:
- "@openactive/*"
development-dependencies:
dependency-type: "development"
exclude-patterns:
- "eslint*"
- "jasmine*"
eslint:
dependency-type: "development"
patterns:
Expand Down

0 comments on commit ea7f4a3

Please sign in to comment.