Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus authored Jan 29, 2025
1 parent 06603ce commit 60490a6
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
version: 2
updates:
# Daily updates for NuGet packages
- package-ecosystem: nuget
directory: "/"
schedule:
interval: daily
groups:
DataPLANT:
patterns:
- "ARCtrl*"
- "FSSpreadsheet*"
- "DynamicObj*"
- "ARCTokenization*"
- "ControlledVocabulary*"
- "ARCExpect*"
- "ARCValidationPackages*"
- "AVPRClient*"
- "AVPRIndex*"
Tests:
patterns:
- "xunit*"
- "Expecto*"
- "Fable.Pyxpecto*"
Fable:
patterns:
- "Fable*"
Other:
exclude-patterns:
- "ARCtrl*"
- "FSSpreadsheet*"
- "DynamicObj*"
- "ARCTokenization*"
- "ControlledVocabulary*"
- "ARCExpect*"
- "ARCValidationPackages*"
- "AVPRClient*"
- "AVPRIndex*"
- "xunit*"
- "Expecto*"
- "Fable.Pyxpecto*"


# Weekly updates for GitHub Actions
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly

0 comments on commit 60490a6

Please sign in to comment.