Skip to content

Commit

Permalink
Fix Avalonia base package in Dependabot config (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 authored Sep 19, 2023
1 parent 64e6f9e commit 8f4f048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ updates:
- dependency-name: "System.*"
- dependency-name: "Microsoft.*"
- dependency-name: "NexusMods.*"
- dependency-name: "Avalonia.*"
- dependency-name: "Avalonia*"
groups:
System:
patterns:
Expand All @@ -28,4 +28,4 @@ updates:
- "NexusMods.*"
Avalonia:
patterns:
- "Avalonia.*"
- "Avalonia*"

0 comments on commit 8f4f048

Please sign in to comment.