From fb58e11ca881c318198c452d2d2e6570c4e2083f Mon Sep 17 00:00:00 2001 From: Luis Antonio Obis Aparicio Date: Mon, 12 Feb 2024 12:10:43 +0100 Subject: [PATCH 1/2] add dependabot.yml (update GitHub actions) --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000000..5f9ac8bdbea72 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly From 5461bdcd823decde41a90d4a6ee0c1f6daa6ea0d Mon Sep 17 00:00:00 2001 From: Luis Antonio Obis Aparicio Date: Tue, 13 Feb 2024 15:02:20 +0100 Subject: [PATCH 2/2] add limit to the number of open PRs --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5f9ac8bdbea72..80049834289c8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ version: 2 updates: - # Maintain dependencies for GitHub Actions - package-ecosystem: github-actions directory: / schedule: interval: weekly + open-pull-requests-limit: 5