From 1bf4a3b62013d11a9298afc106942e35b839b028 Mon Sep 17 00:00:00 2001 From: Joyce Date: Tue, 8 Aug 2023 13:20:37 -0300 Subject: [PATCH 1/2] Create dependabot.yml --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..23f2787 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# 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: "github-actions" # Necessary to update action hashes + directory: "/" + schedule: + interval: "weekly" + # Allow up to 2 opened pull requests for github-actions versions + open-pull-requests-limit: 2 + From 16cdb436c7050d7eb7588726d72895ecbf08f59f Mon Sep 17 00:00:00 2001 From: Joyce Date: Tue, 8 Aug 2023 14:14:39 -0300 Subject: [PATCH 2/2] Update dependabot.yml --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 23f2787..38b9ae9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,3 @@ -# 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: "github-actions" # Necessary to update action hashes