diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6593f7d --- /dev/null +++ b/.github/dependabot.yml @@ -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