Skip to content

Commit

Permalink
Merge pull request #410 from internetee/turn-off-renovate-automerge
Browse files Browse the repository at this point in the history
turn off renovate automerge and downgrade ruby version
  • Loading branch information
vohmar authored Sep 9, 2024
2 parents f0e0598 + 9e9d62d commit aa9e58c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@

# Do not commit one. Instead, download the latest from https://github.com/internetee/style-guide.
.rubocop.yml
.DS_Store
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.0.3
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"automerge": false,
"automergeType": "pr"
},
{
Expand Down

0 comments on commit aa9e58c

Please sign in to comment.