Skip to content

Commit

Permalink
[Chore] Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain89 committed Nov 9, 2023
1 parent 3ea6c98 commit a80e70f
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: weekly
day: monday
time: "06:00"
timezone: "Europe/Amsterdam"
time: '06:00'
timezone: 'Europe/Amsterdam'
target-branch: main
groups:
monorepo-tooling:
patterns:
- "*"
- '*'
ignore:
- dependency-name: "prettier" # Prettier is also used in packages, due to SyncPack we can't just update it in just the root.
- dependency-name: 'prettier' # Prettier is also used in packages, due to SyncPack we can't just update it in just the root.
reviewers:
- "ghislain89"
- "alber70g"
- 'ghislain89'
- 'alber70g'
open-pull-requests-limit: 1

0 comments on commit a80e70f

Please sign in to comment.