From fb3d6f4ef7cc43631070f1df7529067f3c4ab195 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Sun, 26 Feb 2023 21:32:49 -0500 Subject: [PATCH 1/2] fix: add dependabot for updating actions --- .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..ac6621f --- /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: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" From 2d1a2627ddd5b20e5fc267264d5da5f3b29e2d45 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Sun, 26 Feb 2023 22:24:16 -0500 Subject: [PATCH 2/2] fix: set dependabot to monitor github-actions --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac6621f..90e05c4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly"