From d8c2849c9062fe42ccf2d0bed8da76031c69ebfb Mon Sep 17 00:00:00 2001 From: rettinghaus Date: Fri, 28 Mar 2025 17:23:29 +0100 Subject: [PATCH 01/10] adjust dependabot config --- .github/dependabot.yml | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 47f492599..54e41c73a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,17 +1,27 @@ version: 2 updates: # Maintain dependencies for GitHub Actions - - package-ecosystem: 'github-actions' + - package-ecosystem: "github-actions" directory: '/' schedule: - interval: 'daily' - labels: - - 'gh actions dependencies' + # Check for updates on the first day of every month + interval: "monthly" + reviewers: + - music-encoding/technical-team-co-chairs + groups: + actions: + patterns: + - "*" # Maintain dependencies for Ruby - package-ecosystem: bundler directory: / schedule: - interval: daily - labels: - - 'dependencies' \ No newline at end of file + # Check for updates on the first day of every month + interval: "monthly" + reviewers: + - music-encoding/technical-team-co-chairs + groups: + bundler-dependencies: + patterns: + - "*" \ No newline at end of file From c5611dbd38d521569390a0b1db604583228ec983 Mon Sep 17 00:00:00 2001 From: Klaus Rettinghaus Date: Fri, 28 Mar 2025 17:44:39 +0100 Subject: [PATCH 02/10] Update .github/dependabot.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stefan Münnich --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 54e41c73a..ebabf14ae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,8 @@ updates: schedule: # Check for updates on the first day of every month interval: "monthly" + labels: + - "gh actions dependencies" reviewers: - music-encoding/technical-team-co-chairs groups: From 455a8dc0720aff22b813f63c13eda46ab176168b Mon Sep 17 00:00:00 2001 From: Klaus Rettinghaus Date: Fri, 28 Mar 2025 17:44:46 +0100 Subject: [PATCH 03/10] Update .github/dependabot.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stefan Münnich --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ebabf14ae..681871fa9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,6 +21,8 @@ updates: schedule: # Check for updates on the first day of every month interval: "monthly" + labels: + - "dependencies" reviewers: - music-encoding/technical-team-co-chairs groups: From c0c1474d220772bc390c67169e7922450002e2bb Mon Sep 17 00:00:00 2001 From: Klaus Rettinghaus Date: Fri, 28 Mar 2025 17:44:57 +0100 Subject: [PATCH 04/10] Update .github/dependabot.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stefan Münnich --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 681871fa9..c4dcc373d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,7 @@ version: 2 updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" - directory: '/' + directory: "/" schedule: # Check for updates on the first day of every month interval: "monthly" From fe6546345385f207867d7ae283a8e0847334b4a1 Mon Sep 17 00:00:00 2001 From: Klaus Rettinghaus Date: Fri, 28 Mar 2025 17:45:09 +0100 Subject: [PATCH 05/10] Update .github/dependabot.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stefan Münnich --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c4dcc373d..f6364338c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,7 +17,7 @@ updates: # Maintain dependencies for Ruby - package-ecosystem: bundler - directory: / + directory: "/" schedule: # Check for updates on the first day of every month interval: "monthly" From 50d9ab66a4cae44ba1c9275bb9580b09edb37fea Mon Sep 17 00:00:00 2001 From: Klaus Rettinghaus Date: Fri, 28 Mar 2025 17:45:21 +0100 Subject: [PATCH 06/10] Update .github/dependabot.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stefan Münnich --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f6364338c..7e49505bf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,7 +24,7 @@ updates: labels: - "dependencies" reviewers: - - music-encoding/technical-team-co-chairs + - "music-encoding/technical-team-co-chairs" groups: bundler-dependencies: patterns: From 8c59b37f7e9b2012df87e128269e31a9360a63aa Mon Sep 17 00:00:00 2001 From: Klaus Rettinghaus Date: Fri, 28 Mar 2025 17:45:27 +0100 Subject: [PATCH 07/10] Update .github/dependabot.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stefan Münnich --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7e49505bf..9a8a548aa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: labels: - "gh actions dependencies" reviewers: - - music-encoding/technical-team-co-chairs + - "music-encoding/technical-team-co-chairs" groups: actions: patterns: From 2a7fc4443b07c5775cf084702af89be7844d132e Mon Sep 17 00:00:00 2001 From: Klaus Rettinghaus Date: Fri, 28 Mar 2025 17:45:40 +0100 Subject: [PATCH 08/10] Update .github/dependabot.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stefan Münnich --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9a8a548aa..69e9fa68d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -28,4 +28,4 @@ updates: groups: bundler-dependencies: patterns: - - "*" \ No newline at end of file + - "*" From cbc82f705ac0c604d695e1af5afd79eee8c07295 Mon Sep 17 00:00:00 2001 From: Klaus Rettinghaus Date: Fri, 28 Mar 2025 17:45:54 +0100 Subject: [PATCH 09/10] Update .github/dependabot.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stefan Münnich --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 69e9fa68d..af6751a26 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates on the first day of every month - interval: "monthly" + interval: "weekly" labels: - "gh actions dependencies" reviewers: From 2350c15a6064a2e6233dcdff1b5a9eec1ab7dd69 Mon Sep 17 00:00:00 2001 From: Klaus Rettinghaus Date: Fri, 28 Mar 2025 17:46:00 +0100 Subject: [PATCH 10/10] Update .github/dependabot.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stefan Münnich --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index af6751a26..ad9381dd2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,8 +18,7 @@ updates: - package-ecosystem: bundler directory: "/" schedule: - # Check for updates on the first day of every month - interval: "monthly" + interval: "weekly" labels: - "dependencies" reviewers: