Skip to content

Commit

Permalink
Merge pull request #496 from gems-uff/fix_dependabot
Browse files Browse the repository at this point in the history
Fix dependabot
  • Loading branch information
leomurta authored Sep 1, 2024
2 parents d2727f8 + de0956c commit 9809e77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9809e77

Please sign in to comment.