From f038a5160b3a09628cfaee629e3da0cd8c85a6ae Mon Sep 17 00:00:00 2001 From: Caio Paranhos Date: Mon, 17 Jun 2024 22:49:44 -0300 Subject: [PATCH 1/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01bbf7b2..1bf71ca8 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ This project was initiated by professors Leonardo Murta and Vanessa Braganholo a * Luis Antônio Vieira Junior (joined in August 2013) * Daniel Prett (joined in August 2014) * Carlos Eduardo Cabral da Cunha (joined in August 2016) +* Caio Henrique Velloso Paranhos (joined in March 2024) * Igor de Paula Siqueira Monárdez (joined in May 2024) # Additional contributors From a30f457d96b928eed2a09d1170971f1855de3fc3 Mon Sep 17 00:00:00 2001 From: Leonardo Gresta Paulino Murta Date: Mon, 19 Aug 2024 07:33:12 -0300 Subject: [PATCH 2/7] Disable version updates --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d5ff60bc..bc85f80b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,6 @@ updates: directory: "/" # Location of package manifests target-branch: "bugfixes" schedule: - interval: "weekly" + interval: "daily" + # Disable version updates + open-pull-requests-limit: 0 From 1f19cdcc9ddb8520a38e686f053015d8faded7c6 Mon Sep 17 00:00:00 2001 From: Caio Paranhos Date: Mon, 17 Jun 2024 22:49:44 -0300 Subject: [PATCH 3/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01bbf7b2..1bf71ca8 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ This project was initiated by professors Leonardo Murta and Vanessa Braganholo a * Luis Antônio Vieira Junior (joined in August 2013) * Daniel Prett (joined in August 2014) * Carlos Eduardo Cabral da Cunha (joined in August 2016) +* Caio Henrique Velloso Paranhos (joined in March 2024) * Igor de Paula Siqueira Monárdez (joined in May 2024) # Additional contributors From 6f42443d0411b4d6c50b98b0f9a2c79283ebfc31 Mon Sep 17 00:00:00 2001 From: Leonardo Gresta Paulino Murta Date: Mon, 19 Aug 2024 07:33:12 -0300 Subject: [PATCH 4/7] Disable version updates --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d5ff60bc..bc85f80b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,6 @@ updates: directory: "/" # Location of package manifests target-branch: "bugfixes" schedule: - interval: "weekly" + interval: "daily" + # Disable version updates + open-pull-requests-limit: 0 From f649566a09817c062b063967e2a98406a97554f9 Mon Sep 17 00:00:00 2001 From: Caio Paranhos Date: Mon, 17 Jun 2024 22:49:44 -0300 Subject: [PATCH 5/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffa70a2d..f67e015e 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ This project was initiated by professors Leonardo Murta and Vanessa Braganholo a * Luis Antônio Vieira Junior (joined in August 2013) * Daniel Prett (joined in August 2014) * Carlos Eduardo Cabral da Cunha (joined in August 2016) +* Caio Henrique Velloso Paranhos (joined in March 2024) * Igor de Paula Siqueira Monárdez (joined in May 2024) # Additional contributors From b25e05c3b84c460877d8bbbb96b743441d90da64 Mon Sep 17 00:00:00 2001 From: Leonardo Gresta Paulino Murta Date: Mon, 19 Aug 2024 07:33:12 -0300 Subject: [PATCH 6/7] Disable version updates --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d5ff60bc..bc85f80b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,6 @@ updates: directory: "/" # Location of package manifests target-branch: "bugfixes" schedule: - interval: "weekly" + interval: "daily" + # Disable version updates + open-pull-requests-limit: 0 From de0956cb65718c88c7072c77b9ee5cf464b79d7f Mon Sep 17 00:00:00 2001 From: IMonardez Date: Wed, 28 Aug 2024 16:40:23 -0300 Subject: [PATCH 7/7] fix_dependabot - Update rexml --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index cf634098..88a9a7fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,7 +363,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.5) + rexml (3.3.6) strscan rouge (4.2.0) rspec-collection_matchers (1.2.1)