From f2c4f55b3078c24d4793084ecb6c54c8c7ba4f9b Mon Sep 17 00:00:00 2001 From: Andrea Spadaccini Date: Wed, 6 Jul 2022 15:21:01 +0200 Subject: [PATCH 1/2] feat: set up dependabot for all dependencies --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3c755ca --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# 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 +updates: + - package-ecosystem: "nuget" + directory: "/" # Location of package manifests + schedule: + interval: "daily" From 655f3090cb15424f7fb113128cb0b6da57bd2d5b Mon Sep 17 00:00:00 2001 From: Andrea Spadaccini Date: Wed, 6 Jul 2022 15:21:42 +0200 Subject: [PATCH 2/2] tweak: remove comments --- .github/dependabot.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3c755ca..bc18f00 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,6 @@ -# 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 updates: - package-ecosystem: "nuget" - directory: "/" # Location of package manifests + directory: "/" schedule: interval: "daily"