From 8e81a04ec8a93150276e26aaccae798f8ee2ef7f Mon Sep 17 00:00:00 2001 From: Ulises Gascon Date: Fri, 2 Feb 2024 16:00:38 +0100 Subject: [PATCH 1/2] chore: add dependabot tool --- .github/workflows/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000000..de8abbf572 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + + - package-ecosystem: npm + directory: / + schedule: + interval: weekly \ No newline at end of file From ffd36e7639b2b9203fd092d68316e84a53edcaa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Fri, 9 Feb 2024 15:35:53 +0100 Subject: [PATCH 2/2] chore: add dependabot tool additional settings Co-authored-by: Shivam Sharma --- .github/workflows/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index de8abbf572..b3035e128a 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -8,4 +8,7 @@ updates: - package-ecosystem: npm directory: / schedule: - interval: weekly \ No newline at end of file + interval: weekly + time: "23:00" + timezone: Europe/London + open-pull-requests-limit: 10 \ No newline at end of file