From 8e81a04ec8a93150276e26aaccae798f8ee2ef7f Mon Sep 17 00:00:00 2001 From: Ulises Gascon Date: Fri, 2 Feb 2024 16:00:38 +0100 Subject: [PATCH 1/5] 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/5] 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 From ae329c54113c42a68bb5f0475a7919928f0cc06b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Tue, 4 Feb 2025 21:15:49 +0100 Subject: [PATCH 3/5] Update .github/workflows/dependabot.yml Co-authored-by: Sebastian Beltran --- .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 b3035e128a..42bb0e99fa 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -11,4 +11,7 @@ updates: interval: weekly time: "23:00" timezone: Europe/London - open-pull-requests-limit: 10 \ No newline at end of file + open-pull-requests-limit: 10 + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major"] \ No newline at end of file From e862cb24bf6ea1e68c0cc775f903bc9f4cf544ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Tue, 4 Feb 2025 21:15:58 +0100 Subject: [PATCH 4/5] Update .github/workflows/dependabot.yml Co-authored-by: Sebastian Beltran --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 42bb0e99fa..302791f2fc 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -8,7 +8,7 @@ updates: - package-ecosystem: npm directory: / schedule: - interval: weekly + interval: monthly time: "23:00" timezone: Europe/London open-pull-requests-limit: 10 From abb41d184ba979a377ae66b4d97ac4953e369e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Tue, 4 Feb 2025 21:16:09 +0100 Subject: [PATCH 5/5] Update .github/workflows/dependabot.yml Co-authored-by: Sebastian Beltran --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 302791f2fc..a6096a49b4 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: monthly - package-ecosystem: npm directory: /