From 4b7cbeac8998bf8a8dfac09b044a118f1dbdb428 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Sun, 26 Feb 2023 21:34:45 -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 00000000..ac6621f1 --- /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 1d2055f20912478c10495524aba89e05122e49b4 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Sun, 26 Feb 2023 22:11:47 -0500 Subject: [PATCH 2/2] fix: specificy github-actions --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac6621f1..90e05c40 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"