From a150b5a62ce02ad2fee4b7a43440de14bf899037 Mon Sep 17 00:00:00 2001 From: Axel Date: Sun, 4 Aug 2024 18:39:44 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0b7b2d8..aa4935f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,15 +1,18 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - +--- version: 2 +registries: + github: + type: nuget-feed + url: https://nuget.pkg.github.com/dysnomia-studio/index.json + username: ${{ secrets.GHP_USER }} + password: ${{ secrets.GHP_TOKEN }} updates: - - package-ecosystem: "github-actions" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "github-actions" + directory: "/" schedule: - interval: "weekly" - - package-ecosystem: "nuget" # See documentation for possible values - directory: "/" # Location of package manifests + interval: "monthly" + - package-ecosystem: "nuget" + directory: "/" + registries: "*" schedule: - interval: "weekly" \ No newline at end of file + interval: "monthly"