Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ updates:
timezone: "Europe/Berlin"
pull-request-branch-name:
separator: "-"
cooldown:
default-days: 7

# Daily: Check minor and patch updates
- package-ecosystem: "npm"
Expand All @@ -18,6 +20,8 @@ updates:
interval: "daily"
time: "23:00"
timezone: "Europe/Berlin"
cooldown:
default-days: 3
ignore:
# angular: we update the major version manually
- dependency-name: "@angular*"
Expand Down Expand Up @@ -60,7 +64,7 @@ updates:
- "react"
- "react-dom"
update-types:
- "minor"
- "minor"
# Testing frameworks
playwright:
patterns:
Expand All @@ -75,7 +79,7 @@ updates:
stylelint:
patterns:
- "stylelint*"
- "@double-great/stylelint-a11y"
- "@double-great/stylelint-a11y"
prettier:
patterns:
- "prettier*"
Expand Down