Skip to content

Commit

Permalink
trying to fix dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikopet committed Apr 29, 2024
1 parent f8df01e commit b075b1e
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ updates:
interval: "daily"
open-pull-requests-limit: 0
groups:
security-updates:
applies-to: "security-updates"
security-updates:
applies-to: security-updates
patterns:
- "*"
update-types:
- "patch"
- "minor"
ignore:
- dependency-name: "libservo"
allow:
Expand All @@ -24,9 +29,9 @@ updates:
day: "sunday"
time: "10:00"
open-pull-requests-limit: 0
groups:
all-actions:
patterns: [ "*" ]
# groups:
# all-actions:
# patterns: [ "*" ]
reviewers:
- "mikopet"
commit-message:
Expand Down

0 comments on commit b075b1e

Please sign in to comment.